Click or drag to resize
DigitalRuneVector2D Fields

The Vector2D type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberOne
Returns a Vector2D with all of its components set to one.
Public fieldStatic memberUnitX
Returns the x unit Vector2D (1, 0).
Public fieldStatic memberUnitY
Returns the value2 unit Vector2D (0, 1).
Public fieldX
The x component.
Public fieldY
The y component.
Public fieldStatic memberZero
Returns a Vector2D with all of its components set to zero.
Top
See Also