An enum defined in __gmbullet.gml
Enum representing different rotation orders.
Name | Description |
---|---|
RO_XYZ | Rotation order: X, Y, Z. |
RO_XZY | Rotation order: X, Z, Y. |
RO_YXZ | Rotation order: Y, X, Z. |
RO_YZX | Rotation order: Y, Z, X. |
RO_ZXY | Rotation order: Z, X, Y. |
RO_ZYX | Rotation order: Z, Y, X. |
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.