EulerOrder
Description:
[ CCode ( cname = "graphene_euler_order_t" , cprefix = "GRAPHENE_EULER_ORDER_" , has_type_id = false ) ]
[ Version ( since = "1.2" ) ]
public enum EulerOrder
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.
Content:
Enum values:
- DEFAULT - Rotate in the default order;
the default order is one of the following enumeration values
- RXYX - Defines a relative rotation along
the X, Y, and X axes (Since: 1.10)
- RXYZ - Defines a relative rotation along
the X, Y, and Z axes (Since: 1.10)
- RXZX - Defines a relative rotation along
the X, Z, and X axes (Since: 1.10)
- RXZY - Defines a relative rotation along
the X, Z, and Y axes (Since: 1.10)
- RYXY - Defines a relative rotation along
the Y, X, and Y axes (Since: 1.10)
- RYXZ - Defines a relative rotation along
the Y, X, and Z axes (Since: 1.10)
- RYZX - Defines a relative rotation along
the Y, Z, and X axes (Since: 1.10)
- RYZY - Defines a relative rotation along
the Y, Z, and Y axes (Since: 1.10)
- RZXY - Defines a relative rotation along
the Z, X, and Y axes (Since: 1.10)
- RZXZ - Defines a relative rotation along
the Z, X, and Z axes (Since: 1.10)
- RZYX - Defines a relative rotation along
the Z, Y, and X axes (Since: 1.10)
- RZYZ - Defines a relative rotation along
the Z, Y, and Z axes (Since: 1.10)
- SXYX - Defines a static rotation along the
X, Y, and X axes (Since: 1.10)
- SXYZ - Defines a static rotation along the
X, Y, and Z axes (Since: 1.10)
- SXZX - Defines a static rotation along the
X, Z, and X axes (Since: 1.10)
- SXZY - Defines a static rotation along the
X, Z, and Y axes (Since: 1.10)
- SYXY - Defines a static rotation along the
Y, X, and Y axes (Since: 1.10)
- SYXZ - Defines a static rotation along the
Y, X, and Z axes (Since: 1.10)
- SYZX - Defines a static rotation along the
Y, Z, and X axes (Since: 1.10)
- SYZY - Defines a static rotation along the
Y, Z, and Y axes (Since: 1.10)
- SZXY - Defines a static rotation along the
Z, X, and Y axes (Since: 1.10)
- SZXZ - Defines a static rotation along the
Z, X, and Z axes (Since: 1.10)
- SZYX - Defines a static rotation along the
Z, Y, and X axes (Since: 1.10)
- SZYZ - Defines a static rotation along the
Z, Y, and Z axes (Since: 1.10)
- XYZ - Rotate in the X, Y, and Z order.
- XZY - Rotate in the X, Z, and Y order.
- YXZ - Rotate in the Y, X, and Z order.
- YZX - Rotate in the Y, Z, and X order.
- ZXY - Rotate in the Z, X, and Y order.
- ZYX - Rotate in the Z, Y, and X order.