MonoMac.OpenGL.Quaternion: Property Members

The properties of MonoMac.OpenGL.Quaternion are listed below. For a list of all members, see the Quaternion Members list.

See Also: Inherited members from System.ValueType

Public Properties

[read-only]
Lengthfloat. Gets the length (magnitude) of the quaternion.
[read-only]
LengthSquaredfloat. Gets the square of the quaternion length (magnitude).
Wfloat. Gets or sets the W component of this instance.
Xfloat. Gets or sets the X component of this instance.
XyzVector3. Gets or sets an OpenTK.Vector3 with the X, Y and Z components of this instance.
XYZVector3. Gets or sets an OpenTK.Vector3 with the X, Y and Z components of this instance.
Yfloat. Gets or sets the Y component of this instance.
Zfloat. Gets or sets the Z component of this instance.