Click or drag to resize
RotationOrder Enumeration
Different ways to apply rotation (order in which we rotate the different axis).

Namespace:  GeonBit.Core
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum RotationOrder
Members
  Member nameValueDescription
RotateXYZ0 Rotate by axis order X, Y, Z.
RotateXZY1 Rotate by axis order X, Z, Y.
RotateYXZ2 Rotate by axis order Y, X, Z.
RotateYZX3 Rotate by axis order Y, Z, X.
RotateZXY4 Rotate by axis order Z, X, Y.
RotateZYX5 Rotate by axis order Z, Y, X.
See Also