MonoMac.OpenGL.Vector3d: Property Members

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

See Also: Inherited members from System.ValueType

Public Properties

[read-only]
Lengthdouble. Gets the length (magnitude) of the vector.
[read-only]
LengthFastdouble. Gets an approximation of the vector length (magnitude).
[read-only]
LengthSquareddouble. Gets the square of the vector length (magnitude).
XyVector2d. Gets or sets an OpenTK.Vector2d with the X and Y components of this instance.