Package ch.bailu.gtk.graphene
Interface EulerOrder
public interface EulerOrder
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Rotate in the default order; the
default order is one of the following enumeration valuesstatic final int
Defines a relative rotation along the X, Y, and X axes (Since: 1.10)static final int
Defines a relative rotation along the X, Y, and Z axes (Since: 1.10)static final int
Defines a relative rotation along the X, Z, and X axes (Since: 1.10)static final int
Defines a relative rotation along the X, Z, and Y axes (Since: 1.10)static final int
Defines a relative rotation along the Y, X, and Y axes (Since: 1.10)static final int
Defines a relative rotation along the Y, X, and Z axes (Since: 1.10)static final int
Defines a relative rotation along the Y, Z, and X axes (Since: 1.10)static final int
Defines a relative rotation along the Y, Z, and Y axes (Since: 1.10)static final int
Defines a relative rotation along the Z, X, and Y axes (Since: 1.10)static final int
Defines a relative rotation along the Z, X, and Z axes (Since: 1.10)static final int
Defines a relative rotation along the Z, Y, and X axes (Since: 1.10)static final int
Defines a relative rotation along the Z, Y, and Z axes (Since: 1.10)static final int
Defines a static rotation along the X, Y, and X axes (Since: 1.10)static final int
Defines a static rotation along the X, Y, and Z axes (Since: 1.10)static final int
Defines a static rotation along the X, Z, and X axes (Since: 1.10)static final int
Defines a static rotation along the X, Z, and Y axes (Since: 1.10)static final int
Defines a static rotation along the Y, X, and Y axes (Since: 1.10)static final int
Defines a static rotation along the Y, X, and Z axes (Since: 1.10)static final int
Defines a static rotation along the Y, Z, and X axes (Since: 1.10)static final int
Defines a static rotation along the Y, Z, and Y axes (Since: 1.10)static final int
Defines a static rotation along the Z, X, and Y axes (Since: 1.10)static final int
Defines a static rotation along the Z, X, and Z axes (Since: 1.10)static final int
Defines a static rotation along the Z, Y, and X axes (Since: 1.10)static final int
Defines a static rotation along the Z, Y, and Z axes (Since: 1.10)static final int
Rotate in the X, Y, and Z order.static final int
Rotate in the X, Z, and Y order.static final int
Rotate in the Y, X, and Z order.static final int
Rotate in the Y, Z, and X order.static final int
Rotate in the Z, X, and Y order.static final int
Rotate in the Z, Y, and X order.
-
Field Details
-
DEFAULT
static final int DEFAULTRotate in the default order; the
default order is one of the following enumeration values- See Also:
-
XYZ
static final int XYZRotate in the X, Y, and Z order. Deprecated in
Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SXYZ- See Also:
-
YZX
static final int YZXRotate in the Y, Z, and X order. Deprecated in
Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SYZX- See Also:
-
ZXY
static final int ZXYRotate in the Z, X, and Y order. Deprecated in
Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SZXY- See Also:
-
XZY
static final int XZYRotate in the X, Z, and Y order. Deprecated in
Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SXZY- See Also:
-
YXZ
static final int YXZRotate in the Y, X, and Z order. Deprecated in
Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SYXZ- See Also:
-
ZYX
static final int ZYXRotate in the Z, Y, and X order. Deprecated in
Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SZYX- See Also:
-
SXYZ
static final int SXYZDefines a static rotation along the X, Y, and Z axes (Since: 1.10)- See Also:
-
SXYX
static final int SXYXDefines a static rotation along the X, Y, and X axes (Since: 1.10)- See Also:
-
SXZY
static final int SXZYDefines a static rotation along the X, Z, and Y axes (Since: 1.10)- See Also:
-
SXZX
static final int SXZXDefines a static rotation along the X, Z, and X axes (Since: 1.10)- See Also:
-
SYZX
static final int SYZXDefines a static rotation along the Y, Z, and X axes (Since: 1.10)- See Also:
-
SYZY
static final int SYZYDefines a static rotation along the Y, Z, and Y axes (Since: 1.10)- See Also:
-
SYXZ
static final int SYXZDefines a static rotation along the Y, X, and Z axes (Since: 1.10)- See Also:
-
SYXY
static final int SYXYDefines a static rotation along the Y, X, and Y axes (Since: 1.10)- See Also:
-
SZXY
static final int SZXYDefines a static rotation along the Z, X, and Y axes (Since: 1.10)- See Also:
-
SZXZ
static final int SZXZDefines a static rotation along the Z, X, and Z axes (Since: 1.10)- See Also:
-
SZYX
static final int SZYXDefines a static rotation along the Z, Y, and X axes (Since: 1.10)- See Also:
-
SZYZ
static final int SZYZDefines a static rotation along the Z, Y, and Z axes (Since: 1.10)- See Also:
-
RZYX
static final int RZYXDefines a relative rotation along the Z, Y, and X axes (Since: 1.10)- See Also:
-
RXYX
static final int RXYXDefines a relative rotation along the X, Y, and X axes (Since: 1.10)- See Also:
-
RYZX
static final int RYZXDefines a relative rotation along the Y, Z, and X axes (Since: 1.10)- See Also:
-
RXZX
static final int RXZXDefines a relative rotation along the X, Z, and X axes (Since: 1.10)- See Also:
-
RXZY
static final int RXZYDefines a relative rotation along the X, Z, and Y axes (Since: 1.10)- See Also:
-
RYZY
static final int RYZYDefines a relative rotation along the Y, Z, and Y axes (Since: 1.10)- See Also:
-
RZXY
static final int RZXYDefines a relative rotation along the Z, X, and Y axes (Since: 1.10)- See Also:
-
RYXY
static final int RYXYDefines a relative rotation along the Y, X, and Y axes (Since: 1.10)- See Also:
-
RYXZ
static final int RYXZDefines a relative rotation along the Y, X, and Z axes (Since: 1.10)- See Also:
-
RZXZ
static final int RZXZDefines a relative rotation along the Z, X, and Z axes (Since: 1.10)- See Also:
-
RXYZ
static final int RXYZDefines a relative rotation along the X, Y, and Z axes (Since: 1.10)- See Also:
-
RZYZ
static final int RZYZDefines a relative rotation along the Z, Y, and Z axes (Since: 1.10)- See Also:
-