RotationOrder enumeration
RotationOrder enumeration
The order controls which rx ry rz are applied in the transformation matrix.
The RotationOrder type exposes the following members:
Fields
Field | Description |
---|---|
XYZ | Rotate in X,Y,Z order |
XZY | Rotate in X,Z,Y order |
YZX | Rotate in Y,Z,X order |
YXZ | Rotate in Y,X,Z order |
ZXY | Rotate in Z,X,Y order |
ZYX | Rotate in Z,Y,X order |
See Also
- module
aspose.threed.utilities