Click or drag to resize

Vector2 Fields

The Vector2 type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberEmpty A Vector2 with all of its components set to zero.
Public fieldStatic memberMaxValue A Vector2 with the maximum value
Public fieldStatic memberMinValue A Vector2 with the minimum value
Public fieldStatic memberOne A Vector2 with all of its components set to one.
Public fieldStatic memberOrigin A Vector2 with all of its components set to zero.
Public fieldStatic memberXAxis A Vector2 representing the unit X-Axis
Public fieldStatic memberYAxis A Vector2 representing the unit Y-Axis
Public fieldStatic memberZero A Vector2 with all of its components set to zero.
Top
See Also