Enum RotationOrder

RotationOrder enumeration

The order controls which rx ry rz are applied in the transformation matrix.

public enum RotationOrder

Values

NameValueDescription
XYZ0Rotate in X,Y,Z order
XZY1Rotate in X,Z,Y order
YZX2Rotate in Y,Z,X order
YXZ3Rotate in Y,X,Z order
ZXY4Rotate in Z,X,Y order
ZYX5Rotate in Z,Y,X order

See Also