OpenTK.Vector4d: Property Members

The properties of OpenTK.Vector4d are listed below. For a list of all members, see the Vector4d 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.
XyzVector3d. Gets or sets an OpenTK.Vector3d with the X, Y and Z components of this instance.