Click or drag to resize

Vector3 Properties

The Vector3 type exposes the following members.

Properties
  NameDescription
Public propertyIsNaN
Gets a value indicating whether this vector is NaN vector.
Public propertyIsZero
Gets a value indicating whether this vector is the zero vector.
Public propertyItem
Gets or sets a vector component at the given index.
Public propertyLength
Gets the length of vector.
Public propertyStatic memberNaN
Gets an NaN vector.
Public propertySquaredLength
Gets the squared length of vector.
Public propertyUnitized
Gets the normalized vector.
Public propertyStatic memberUnitX
Gets the x-unit vector (1, 0, 0).
Public propertyStatic memberUnitY
Gets the y-unit vector (0, 1, 0).
Public propertyStatic memberUnitZ
Gets the z-unit vector (0, 0, 1).
Public propertyX
Gets or sets the X-coordinate.
Public propertyStatic memberXAxis
Gets the value of the vector with components 1,0,0.
Public propertyY
Gets or sets the Y-coordinate.
Public propertyStatic memberYAxis
Gets the value of the vector with components 0,1,0.
Public propertyZ
Gets or sets the Z-coordinate.
Public propertyStatic memberZAxis
Gets the value of the vector with components 0,0,1.
Public propertyStatic memberZero
Gets the zero vector.
Top
See Also