The Vector3D type exposes the following members.

Properties

  NameDescription
Public propertyItem
Unsafe but very fast indexer for 3d-vector, [0..2]
Public propertyLength
Get or Set the Length of this vector
Public propertyxy
Get/set x and y components as 2d-vector
Public propertyxz
Get/set x and z components as 2d-vector
Public propertyyz
Get/set y and z components as 2d-vector

See Also