AxisSystem
Overview
AxisSystem is a class in Aspose.3D FOSS for .NET.
Axis system is an combination of coordinate system, up vector and front vector.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
CoordinateSystem | CoordinateSystem | Read | Gets or sets the underlying coordinate system used by the AxisSystem |
Up | Axis | Read | Gets or sets the up direction axis of the AxisSystem |
Front | Axis | Read |
Methods
| Signature | Description |
|---|---|
AxisSystem(coordinateSystem: CoordinateSystem, up: Axis, front: Axis) | Creates an AxisSystem with a required up axis and an optional front axis, using the default coordinate system |
AxisSystem(coordinateSystem: CoordinateSystem, up: Axis) | |
AxisSystem(up: Axis, front: Axis?) | |
AxisSystem(coordinateSystem: CoordinateSystem?, up: Axis?, front: Axis?) | |
TransformTo(targetSystem: AxisSystem) | Create a matrix used to convert from current axis system to target axis system. |
FromAssetInfo(assetInfo: AssetInfo) | Create AxisSystem from AssetInfo |