Module: Graphene::EulerOrder
- Defined in:
- (unknown)
Constant Summary collapse
- DEFAULT =
Rotate in the default order; the default order is one of the following enumeration values
-1 or :default
- XYZ =
Rotate in the X, Y, and Z order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SXYZ
0 or :xyz
- YZX =
Rotate in the Y, Z, and X order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SYZX
1 or :yzx
- ZXY =
Rotate in the Z, X, and Y order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SZXY
2 or :zxy
- XZY =
Rotate in the X, Z, and Y order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SXZY
3 or :xzy
- YXZ =
Rotate in the Y, X, and Z order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SYXZ
4 or :yxz
- ZYX =
Rotate in the Z, Y, and X order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SZYX
5 or :zyx
- SXYZ =
Defines a static rotation along the X, Y, and Z axes (Since: 1.10)
6 or :sxyz
- SXYX =
Defines a static rotation along the X, Y, and X axes (Since: 1.10)
7 or :sxyx
- SXZY =
Defines a static rotation along the X, Z, and Y axes (Since: 1.10)
8 or :sxzy
- SXZX =
Defines a static rotation along the X, Z, and X axes (Since: 1.10)
9 or :sxzx
- SYZX =
Defines a static rotation along the Y, Z, and X axes (Since: 1.10)
10 or :syzx
- SYZY =
Defines a static rotation along the Y, Z, and Y axes (Since: 1.10)
11 or :syzy
- SYXZ =
Defines a static rotation along the Y, X, and Z axes (Since: 1.10)
12 or :syxz
- SYXY =
Defines a static rotation along the Y, X, and Y axes (Since: 1.10)
13 or :syxy
- SZXY =
Defines a static rotation along the Z, X, and Y axes (Since: 1.10)
14 or :szxy
- SZXZ =
Defines a static rotation along the Z, X, and Z axes (Since: 1.10)
15 or :szxz
- SZYX =
Defines a static rotation along the Z, Y, and X axes (Since: 1.10)
16 or :szyx
- SZYZ =
Defines a static rotation along the Z, Y, and Z axes (Since: 1.10)
17 or :szyz
- RZYX =
Defines a relative rotation along the Z, Y, and X axes (Since: 1.10)
18 or :rzyx
- RXYX =
Defines a relative rotation along the X, Y, and X axes (Since: 1.10)
19 or :rxyx
- RYZX =
Defines a relative rotation along the Y, Z, and X axes (Since: 1.10)
20 or :ryzx
- RXZX =
Defines a relative rotation along the X, Z, and X axes (Since: 1.10)
21 or :rxzx
- RXZY =
Defines a relative rotation along the X, Z, and Y axes (Since: 1.10)
22 or :rxzy
- RYZY =
Defines a relative rotation along the Y, Z, and Y axes (Since: 1.10)
23 or :ryzy
- RZXY =
Defines a relative rotation along the Z, X, and Y axes (Since: 1.10)
24 or :rzxy
- RYXY =
Defines a relative rotation along the Y, X, and Y axes (Since: 1.10)
25 or :ryxy
- RYXZ =
Defines a relative rotation along the Y, X, and Z axes (Since: 1.10)
26 or :ryxz
- RZXZ =
Defines a relative rotation along the Z, X, and Z axes (Since: 1.10)
27 or :rzxz
- RXYZ =
Defines a relative rotation along the X, Y, and Z axes (Since: 1.10)
28 or :rxyz
- RZYZ =
Defines a relative rotation along the Z, Y, and Z axes (Since: 1.10)
29 or :rzyz