| Vector3D Properties |
The Vector3D 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 largest 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.
| |
| Orthonormal1 |
Returns an arbitrary normalized Vector3D that is orthogonal to this vector.
| |
| Orthonormal2 | ||
| SmallestComponent |
Gets the value of the smallest component.
|