Click or drag to resize

VectorD4D Properties

The VectorD4D type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberEmpty Gets an empty vector (0,0,0,0).
Public propertyIsEmpty Gets a value indicating whether this instance is empty, i.e. all elements are zero.
Public propertyLength Gets the length of the vector.
Public propertyNormalized Gets the normalized version of this vector (length 1).
Public propertySquareOfLength Gets the squared length of the vector.
Public propertyWGets the w component of this vector.
Public propertyXGets the x component of this vector.
Public propertyYGets the y component of this vector.
Public propertyZGets the z component of this vector.
Top
See Also