Enum RotationOrder
RotationOrder enumeration
The order controls which rx ry rz are applied in the transformation matrix.
public enum RotationOrder
Values
Name | Value | Description |
---|---|---|
XYZ | 0 | Rotate in X,Y,Z order |
XZY | 1 | Rotate in X,Z,Y order |
YZX | 2 | Rotate in Y,Z,X order |
YXZ | 3 | Rotate in Y,X,Z order |
ZXY | 4 | Rotate in Z,X,Y order |
ZYX | 5 | Rotate in Z,Y,X order |
See Also
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D