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
| [read-only] | Length | double. Gets the length (magnitude) of the vector. | 
| [read-only] | LengthFast | double. Gets an approximation of the vector length (magnitude). | 
| [read-only] | LengthSquared | double. Gets the square of the vector length (magnitude). | 
| Xy | Vector2d. Gets or sets an OpenTK.Vector2d with the X and Y components of this instance. | |
| Xyz | Vector3d. Gets or sets an OpenTK.Vector3d with the X, Y and Z components of this instance. |