Home Reference Source

Variable

Static Public Summary
public

An enumeration of Euler rotation orders.

Static Public

public RotationOrder: Object source

import {RotationOrder} from 'math-ds'

An enumeration of Euler rotation orders.

Properties:

NameTypeAttributeDescription
XYZ String

X -> Y -> Z.

YZX String

Y -> Z -> X.

ZXY String

Z -> X -> Y.

XZY String

X -> Z -> Y.

YXZ String

Y -> X -> Z.

ZYX String

Z -> Y -> X.