Click or drag to resize

Vector4 Properties

The Vector4 type exposes the following members.

Properties
  NameDescription
Public propertyInversed
Gets the inversed vector.
Public propertyLength
Gets the length of the vector.
Public propertyNegated
Gets the negated vector.
Public propertyNormalized
Gets the normalized vector.
Public propertyProjected
Gets the projected vector. X, Y and Z coordinates are divided by the W coordinate.
Public propertySquare
Gets the square length of the vector.
Top
See Also