Creates a new set of Euler angles where each axis of rotation is defined by an angle, in radians. If no value is given, then {x: 0, y: 0, z: 0, order: 'xyz'} is returned.
{x: 0, y: 0, z: 0, order: 'xyz'}
Optional
The values to populate the Euler angles with.
A set of Euler angles.
Creates a new set of Euler angles where each axis of rotation is defined by an angle, in radians. If no value is given, then
{x: 0, y: 0, z: 0, order: 'xyz'}is returned.