Returns a euler angle that was decoded from a JSON string. Supports either
extracting values from an array [x, y, z, order]
or object {x, y, z, order}
.
A JSON object.
A euler angle.
Creates a euler angle from the rotation components of a 4x4 matrix. The rotation components are represented by the upper 3x3 of the matrix.
A pure rotation matrix, unscaled.
The order that the rotations are applied.
Type guard that checks if the given type is a Euler.
A string representing the axis order of rotation.