Click or drag to resize

VectorD2D Properties

The VectorD2D type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberEmpty Gets an empty vector (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 propertyX Gets the x component of this vector.
Public propertyY Gets the y component of this vector.
Top
See Also