Vector2F Properties |
The Vector2F type exposes the following members.
Name | Description | |
---|---|---|
IndexOfLargestComponent |
Gets the index (zero-based) of the largest component.
| |
IndexOfSmallestComponent |
Gets the index (zero-based) of the smallest component.
| |
IsNaN |
Gets a value indicating whether a component of the vector is NaN.
| |
IsNumericallyNormalized |
Returns a value indicating whether this vector is normalized (the length is numerically
equal to 1).
| |
IsNumericallyZero |
Returns a value indicating whether this vector has zero size (the length is numerically
equal to 0).
| |
Item |
Gets or sets the component at the specified index.
| |
LargestComponent |
Gets the value of the largest component.
| |
Length |
Gets or sets the length of this vector.
| |
LengthSquared |
Returns the squared length of this vector.
| |
Normalized |
Returns the normalized vector.
| |
Orthonormal |
Returns an arbitrary normalized Vector2F that is orthogonal to this vector.
| |
SmallestComponent |
Gets the value of the smallest component.
|