| Value | Meaning |
|---|---|
| DEFAULT-1 | Rotate in the default order; the default order is one of the following enumeration values |
| XYZ0 | Rotate in the X, Y, and Z order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SXYZ |
| YZX1 | Rotate in the Y, Z, and X order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SYZX |
| ZXY2 | Rotate in the Z, X, and Y order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SZXY |
| XZY3 | Rotate in the X, Z, and Y order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SXZY |
| YXZ4 | Rotate in the Y, X, and Z order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SYXZ |
| ZYX5 | Rotate in the Z, Y, and X order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SZYX |
| SXYZ6 | Defines a static rotation along the X, Y, and Z axes (Since: 1.10) |
| SXYX7 | Defines a static rotation along the X, Y, and X axes (Since: 1.10) |
| SXZY8 | Defines a static rotation along the X, Z, and Y axes (Since: 1.10) |
| SXZX9 | Defines a static rotation along the X, Z, and X axes (Since: 1.10) |
| SYZX10 | Defines a static rotation along the Y, Z, and X axes (Since: 1.10) |
| SYZY11 | Defines a static rotation along the Y, Z, and Y axes (Since: 1.10) |
| SYXZ12 | Defines a static rotation along the Y, X, and Z axes (Since: 1.10) |
| SYXY13 | Defines a static rotation along the Y, X, and Y axes (Since: 1.10) |
| SZXY14 | Defines a static rotation along the Z, X, and Y axes (Since: 1.10) |
| SZXZ15 | Defines a static rotation along the Z, X, and Z axes (Since: 1.10) |
| SZYX16 | Defines a static rotation along the Z, Y, and X axes (Since: 1.10) |
| SZYZ17 | Defines a static rotation along the Z, Y, and Z axes (Since: 1.10) |
| RZYX18 | Defines a relative rotation along the Z, Y, and X axes (Since: 1.10) |
| RXYX19 | Defines a relative rotation along the X, Y, and X axes (Since: 1.10) |
| RYZX20 | Defines a relative rotation along the Y, Z, and X axes (Since: 1.10) |
| RXZX21 | Defines a relative rotation along the X, Z, and X axes (Since: 1.10) |
| RXZY22 | Defines a relative rotation along the X, Z, and Y axes (Since: 1.10) |
| RYZY23 | Defines a relative rotation along the Y, Z, and Y axes (Since: 1.10) |
| RZXY24 | Defines a relative rotation along the Z, X, and Y axes (Since: 1.10) |
| RYXY25 | Defines a relative rotation along the Y, X, and Y axes (Since: 1.10) |
| RYXZ26 | Defines a relative rotation along the Y, X, and Z axes (Since: 1.10) |
| RZXZ27 | Defines a relative rotation along the Z, X, and Z axes (Since: 1.10) |
| RXYZ28 | Defines a relative rotation along the X, Y, and Z axes (Since: 1.10) |
| RZYZ29 | Defines a relative rotation along the Z, Y, and Z axes (Since: 1.10) |
Specify the order of the rotations on each axis.
The %GRAPHENE_EULER_ORDER_DEFAULT value is special, and is used as an alias for one of the other orders.