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
| [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. |