MonoMac.OpenGL.Quaterniond: Property Members

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

See Also: Inherited members from System.ValueType

Public Properties

[read-only]
Lengthdouble. Gets the length (magnitude) of the Quaterniond.
[read-only]
LengthSquareddouble. Gets the square of the Quaterniond length (magnitude).
Wdouble. Gets or sets the W component of this instance.
Xdouble. Gets or sets the X component of this instance.
XyzVector3d. Gets or sets an OpenTK.Vector3d with the X, Y and Z components of this instance.
XYZVector3d. Gets or sets an OpenTK.Vector3d with the X, Y and Z components of this instance.
Ydouble. Gets or sets the Y component of this instance.
Zdouble. Gets or sets the Z component of this instance.