The properties of MonoMac.OpenGL.Vector4 are listed below. For a list of all members, see the Vector4 Members list.
See Also: Inherited members from System.ValueType
| [read-only] | Length | float. Gets the length (magnitude) of the vector. |
| [read-only] | LengthFast | float. Gets an approximation of the vector length (magnitude). |
| [read-only] | LengthSquared | float. Gets the square of the vector length (magnitude). |
| Xy | Vector2. Gets or sets an OpenTK.Vector2 with the X and Y components of this instance. | |
| Xyz | Vector3. Gets or sets an OpenTK.Vector3 with the X, Y and Z components of this instance. |