Gjsify LogoGjsify Logo

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.

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_EULER_ORDER_SXYZ

XZY: number

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

YXZ: number

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

YZX: number

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

ZXY: number

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

ZYX: number

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

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method