Creates a new observable quaternion.
The callback when changed.
The owner of callback.
The x component.
The y component.
The z component.
The w component.
The callback when changed.
The owner of callback.
X coord
Y coord
W component of the quaternion.
W component of the quaternion.
Position on the z axis relative to the local coordinates of the parent.
Position on the z axis relative to the local coordinates of the parent.
Creates a clone of this quaternion.
Callback when changed.
Owner of callback.
Copies x, y, z, and w from the given quaternion.
The quaternion to copy from.
Copies x, y, z and w into the given quaternion.
The quaternion to copy to.
Returns true if the given quaternion is equal to this quaternion.
The quaternion to check.
Sets the quaternion to new x, y, z and w components.
X component to set.
Y component to set.
Z component to set.
W component to set.
Sets the euler angles in degrees.
The x angle.
The y angle.
The z angle.
Sets the quaternion to a new x, y, z and w components.
The array containing x, y, z and w, expected length is 4.
Generated using TypeDoc
Represents a rotation quaternion in 3D space.