Click or drag to resize

Vector2 Properties

The Vector2 type exposes the following members.

Properties
  NameDescription
Public propertyNormalized
Vector2 normalization - make its length be 1
Public propertyX
Gets or sets the X component of the Vector2 as a Single.
Public propertyXD
Gets or sets the X component of the Vector2 as a Double.
Public propertyY
Gets or sets the Y component of the Vector2 as a Single.
Public propertyYD
Gets or sets the Y component of the Vector2 as a Double.
Top
See Also