DAZ Script |
---|
DzRotationOrder () |
DzRotationOrder ( String order ) |
DzRotationOrder ( DzRotationOrder order ) |
DzRotationOrder ( Number firstAxis, Number secondAxis, Number thirdAxis ) |
DzRotationOrder ( Number order ) |
TODO: Add detailed description.
The index of the first axis of rotation. ( x = 0, y = 1, z = 2 )
The enumerated representation of the order of rotation; XYZ = 0, XZY, YXZ, YZX, ZXY, ZYX.
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 )
Default Constructor. Creates a new rotation order and sets it to XYZ by default.
DzRotationOrder( String order )
Creates a rotation order by parsing a string.
Parameter(s):
DzRotationOrder( DzRotationOrder order )
Copy Constructor.
DzRotationOrder( Number firstAxis, Number secondAxis, Number thirdAxis )
Creates a new rotation order with the given axis order
DzRotationOrder( Number order )
Creates a new rotation order with the given enumerated representation.
Since:
void : setOrder( Number firstAxis, Number secondAxis, Number thirdAxis )
Sets the order of rotation by the given axes.
Parameter(s):
Since:
Return Value: