Click or drag to resize
DigitalRuneVector3F Properties

The Vector3F type exposes the following members.

Properties
  NameDescription
Public propertyIndexOfLargestComponent
Gets the index (zero-based) of the largest component.
Public propertyIndexOfSmallestComponent
Gets the index (zero-based) of the largest component.
Public propertyIsNaN
Gets a value indicating whether a component of the vector is NaN.
Public propertyIsNumericallyNormalized
Returns a value indicating whether this vector is normalized (the length is numerically equal to 1).
Public propertyIsNumericallyZero
Returns a value indicating whether this vector has zero size (the length is numerically equal to 0).
Public propertyItem
Gets or sets the component at the specified index.
Public propertyLargestComponent
Gets the value of the largest component.
Public propertyLength
Gets or sets the length of this vector.
Public propertyLengthSquared
Returns the squared length of this vector.
Public propertyNormalized
Returns the normalized vector.
Public propertyOrthonormal1
Returns an arbitrary normalized Vector3F that is orthogonal to this vector.
Public propertyOrthonormal2
Gets a normalized orthogonal Vector3F that is orthogonal to this Vector3F and to Orthonormal1.
Public propertySmallestComponent
Gets the value of the smallest component.
Top
See Also