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

FieldDescription
XYZRotate in X,Y,Z order
XZYRotate in X,Z,Y order
YZXRotate in Y,Z,X order
YXZRotate in Y,X,Z order
ZXYRotate in Z,X,Y order
ZYXRotate in Z,Y,X order

See Also