Quaternion
constructor()
Construct Quaternion and set to Identity
Construct Quaternion and set each value. The Quaternion will be normalized during construction
Construct Quaternion using values from another Quaternion
Construct Quaternion using an axis/angle to define the rotation
Parameters
axis
Sets rotation direction
angle
Angle size in degrees
Construct Quaternion based on eulerAngles.
Parameters
eulerAngles
- the angle in degrees for each axis.