Class AxisSystem
AxisSystem class
Axis system is an combination of coordinate system, up vector and front vector.
Constructors
| Name | Description |
|---|
| AxisSystem(Axis, Axis?) | |
| AxisSystem(CoordinateSystem, Axis) | Constructs a new axis system |
| AxisSystem(CoordinateSystem, Axis, Axis) | Constructs a new axis system |
| AxisSystem(CoordinateSystem?, Axis?, Axis?) | |
Properties
| Name | Description |
|---|
| CoordinateSystem { get; } | Gets the coordinate system of this axis system. |
| Front { get; } | Gets the front vector of this axis system |
| Up { get; } | Gets the up vector of this axis system. |
Methods
| Name | Description |
|---|
| static FromAssetInfo(AssetInfo) | Create AxisSystem from AssetInfo |
| TransformTo(AxisSystem) | Create a matrix used to convert from current axis system to target axis system. |
See Also