Rotate in the default order; the default order is one of the following enumeration values
Defines a relative rotation along the X, Y, and X axes (Since: 1.10)
Defines a relative rotation along the X, Y, and Z axes (Since: 1.10)
Defines a relative rotation along the X, Z, and X axes (Since: 1.10)
Defines a relative rotation along the X, Z, and Y axes (Since: 1.10)
Defines a relative rotation along the Y, X, and Y axes (Since: 1.10)
Defines a relative rotation along the Y, X, and Z axes (Since: 1.10)
Defines a relative rotation along the Y, Z, and X axes (Since: 1.10)
Defines a relative rotation along the Y, Z, and Y axes (Since: 1.10)
Defines a relative rotation along the Z, X, and Y axes (Since: 1.10)
Defines a relative rotation along the Z, X, and Z axes (Since: 1.10)
Defines a relative rotation along the Z, Y, and X axes (Since: 1.10)
Defines a relative rotation along the Z, Y, and Z axes (Since: 1.10)
Defines a static rotation along the X, Y, and X axes (Since: 1.10)
Defines a static rotation along the X, Y, and Z axes (Since: 1.10)
Defines a static rotation along the X, Z, and X axes (Since: 1.10)
Defines a static rotation along the X, Z, and Y axes (Since: 1.10)
Defines a static rotation along the Y, X, and Y axes (Since: 1.10)
Defines a static rotation along the Y, X, and Z axes (Since: 1.10)
Defines a static rotation along the Y, Z, and X axes (Since: 1.10)
Defines a static rotation along the Y, Z, and Y axes (Since: 1.10)
Defines a static rotation along the Z, X, and Y axes (Since: 1.10)
Defines a static rotation along the Z, X, and Z axes (Since: 1.10)
Defines a static rotation along the Z, Y, and X axes (Since: 1.10)
Defines a static rotation along the Z, Y, and Z axes (Since: 1.10)
Rotate in the X, Y, and Z order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SXYZ
Rotate in the X, Z, and Y order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SXZY
Rotate in the Y, X, and Z order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SYXZ
Rotate in the Y, Z, and X order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SYZX
Rotate in the Z, X, and Y order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SZXY
Rotate in the Z, Y, and X order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SZYX
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.