![]() | Vector4D Properties |
The Vector4D 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.
|
![]() | SmallestComponent |
Gets the value of the largest component.
|
![]() | XYZ |
Gets or sets the components x, y and z as a Vector3D.
|