Enumeration (GI Enum)

Graphene-1.0GrapheneEulerOrderSince 1.2

Specify the order of the rotations on each axis.

The Graphene.EulerOrder.DEFAULT value is special, and is used as an alias for one of the other orders.

1.2

Index

Enumeration Members

DEFAULT: number

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

RXYX: number

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

RXYZ: number

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

RXZX: number

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

RXZY: number

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

RYXY: number

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

RYXZ: number

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

RYZX: number

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

RYZY: number

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

RZXY: number

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

RZXZ: number

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

RZYX: number

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

RZYZ: number

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

SXYX: number

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

SXYZ: number

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

SXZX: number

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

SXZY: number

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

SYXY: number

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

SYXZ: number

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

SYZX: number

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

SYZY: number

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

SZXY: number

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

SZXZ: number

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

SZYX: number

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

SZYZ: number

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

XYZ: number

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

XZY: number

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

YXZ: number

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

YZX: number

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

ZXY: number

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

ZYX: number

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