Click or drag to resize

Vector2 Properties

The Vector2 type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets or sets a vector element defined by its index.
Public propertyStatic memberNaN
Represents a vector with not a number components.
Public propertyStatic memberUnitX
Unit X vector.
Public propertyStatic memberUnitY
Unit Y vector.
Public propertyX
Gets or sets the X component.
Public propertyY
Gets or sets the Y component.
Public propertyStatic memberZero
Zero vector.
Top
See Also