Click or drag to resize

Vector3 Properties

The Vector3 type exposes the following members.

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