RotationOrder: Object
An enumeration of Euler rotation orders.
import {RotationOrder} from 'math-ds'
X -> Y -> Z.
Y -> Z -> X.
Z -> X -> Y.
X -> Z -> Y.
Y -> X -> Z.
Z -> Y -> X.