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.

Since

1.2

Entries

Link copied to clipboard

Rotate in the default order; the default order is one of the following enumeration values

Link copied to clipboard

Rotate in the X, Y, and Z order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SXYZ

Link copied to clipboard

Rotate in the Y, Z, and X order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SYZX

Link copied to clipboard

Rotate in the Z, X, and Y order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SZXY

Link copied to clipboard

Rotate in the X, Z, and Y order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SXZY

Link copied to clipboard

Rotate in the Y, X, and Z order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SYXZ

Link copied to clipboard

Rotate in the Z, Y, and X order. Deprecated in Graphene 1.10, it's an alias for %GRAPHENE_EULER_ORDER_SZYX

Link copied to clipboard

Defines a static rotation along the X, Y, and Z axes (Since: 1.10)

Link copied to clipboard

Defines a static rotation along the X, Y, and X axes (Since: 1.10)

Link copied to clipboard

Defines a static rotation along the X, Z, and Y axes (Since: 1.10)

Link copied to clipboard

Defines a static rotation along the X, Z, and X axes (Since: 1.10)

Link copied to clipboard

Defines a static rotation along the Y, Z, and X axes (Since: 1.10)

Link copied to clipboard

Defines a static rotation along the Y, Z, and Y axes (Since: 1.10)

Link copied to clipboard

Defines a static rotation along the Y, X, and Z axes (Since: 1.10)

Link copied to clipboard

Defines a static rotation along the Y, X, and Y axes (Since: 1.10)

Link copied to clipboard

Defines a static rotation along the Z, X, and Y axes (Since: 1.10)

Link copied to clipboard

Defines a static rotation along the Z, X, and Z axes (Since: 1.10)

Link copied to clipboard

Defines a static rotation along the Z, Y, and X axes (Since: 1.10)

Link copied to clipboard

Defines a static rotation along the Z, Y, and Z axes (Since: 1.10)

Link copied to clipboard

Defines a relative rotation along the Z, Y, and X axes (Since: 1.10)

Link copied to clipboard

Defines a relative rotation along the X, Y, and X axes (Since: 1.10)

Link copied to clipboard

Defines a relative rotation along the Y, Z, and X axes (Since: 1.10)

Link copied to clipboard

Defines a relative rotation along the X, Z, and X axes (Since: 1.10)

Link copied to clipboard

Defines a relative rotation along the X, Z, and Y axes (Since: 1.10)

Link copied to clipboard

Defines a relative rotation along the Y, Z, and Y axes (Since: 1.10)

Link copied to clipboard

Defines a relative rotation along the Z, X, and Y axes (Since: 1.10)

Link copied to clipboard

Defines a relative rotation along the Y, X, and Y axes (Since: 1.10)

Link copied to clipboard

Defines a relative rotation along the Y, X, and Z axes (Since: 1.10)

Link copied to clipboard

Defines a relative rotation along the Z, X, and Z axes (Since: 1.10)

Link copied to clipboard

Defines a relative rotation along the X, Y, and Z axes (Since: 1.10)

Link copied to clipboard

Defines a relative rotation along the Z, Y, and Z axes (Since: 1.10)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.