ConstReadonlyXYZ: 0Rotation order: X, then Y, then Z
ReadonlyXZY: 3Rotation order: X, then Z, then Y
ReadonlyYXZ: 4Rotation order: Y, then X, then Z
ReadonlyYZX: 1Rotation order: Y, then Z, then X
ReadonlyZXY: 2Rotation order: Z, then X, then Y
ReadonlyZYX: 5Rotation order: Z, then Y, then X
Enum representing the possible Euler angle rotation orders. These define the sequence in which rotations are applied around the coordinate axes.