The properties of OpenTK.Vector3 are listed below. For a list of all members, see the Vector3 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. |