AxisSystem class
AxisSystem class
Axis system is an combination of coordinate system, up vector and front vector.
The AxisSystem type exposes the following members:
Constructors
Constructor | Description |
---|
__init__(self, coordinate_system, up, front) | Constructs a new axis system |
__init__(self, coordinate_system, up) | Constructs a new axis system |
__init__(self, up, front) | Constructs a new instance of AxisSystem |
__init__(self, coordinate_system, up, front) | Constructs a new instance of AxisSystem |
Properties
Property | Description |
---|
coordinate_system | Gets the coordinate system of this axis system. |
up | Gets the up vector of this axis system. |
front | Gets the front vector of this axis system |
Methods
See Also