Quaternion
Creates a Quaternion from a FloatArray.
Parameters
v
The FloatArray containing the quaternion components x, y, z, w.
Creates a copy of the provided Quaternion.
Parameters
o
The Quaternion to copy.
Creates a Quaternion with the specified components.
Parameters
x
The x-component of the quaternion. Default is 0.
y
The y-component of the quaternion. Default is 0.
z
The z-component of the quaternion. Default is 0.
w
The w-component of the quaternion. Default is 0.