 | EulerRotationOrder Enumeration |
Different possible Euler rotation orders.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic enum EulerRotationOrder
Members
| Member name | Value | Description |
---|
| XYZ | 0 | |
| YZX | 1 | |
| ZXY | 2 | |
| XZY | 3 | |
| YXZ | 4 | |
| ZYX | 5 | |
Remarks
Corresponds to Maya's MEulerAngle class, where composition is right to left and rotation is right-handed.
See Also