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. |
See Also