starry-math
    Preparing search index...

    Variable EulerOrderConst

    EulerOrder: { XYZ: 0; XZY: 3; YXZ: 4; YZX: 1; ZXY: 2; ZYX: 5 } = ...

    Enum representing the possible Euler angle rotation orders. These define the sequence in which rotations are applied around the coordinate axes.

    Type Declaration

    • ReadonlyXYZ: 0

      Rotation order: X, then Y, then Z

    • ReadonlyXZY: 3

      Rotation order: X, then Z, then Y

    • ReadonlyYXZ: 4

      Rotation order: Y, then X, then Z

    • ReadonlyYZX: 1

      Rotation order: Y, then Z, then X

    • ReadonlyZXY: 2

      Rotation order: Z, then X, then Y

    • ReadonlyZYX: 5

      Rotation order: Z, then Y, then X