Properties | |
Number | firstAxis |
Number | order |
Number | secondAxis |
Number | thirdAxis |
Constructors | |
DzRotationOrder (DzRotationOrder order) | |
DzRotationOrder (Number firstAxis, Number secondAxis, Number thirdAxis) | |
DzRotationOrder () | |
Methods | |
void | setOrder (Number firstAxis, Number secondAxis, Number thirdAxis) |
DzRotationOrder::DzRotationOrder | ( | ) |
Default Constructor. Creates a new rotation order and sets it to XYZ by default.
Creates a new rotation order with the given axis order
DzRotationOrder::DzRotationOrder | ( | DzRotationOrder | order | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Copy Constructor.
Sets the order of rotation by the given axes.
The index of the first axis of rotation. ( x = 0, y = 1, z = 2 )
The enumerated representation of the order of rotation.
The index of the second axis of rotation. ( x = 0, y = 1, z = 2 )
The index of the third axis of rotation. ( x = 0, y = 1, z = 2 )