Vector2D Fields |
The Vector2D type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Down |
Shorthand for (0, -1).
|
![]() ![]() | Left |
Shorthand for (-1, 0).
|
![]() ![]() | NegativeInfinity |
Shorthand for (-∞, -∞).
|
![]() ![]() | One |
Shorthand for (1, 1).
|
![]() ![]() | PositiveInfinity |
Shorthand for (+∞, +∞).
|
![]() ![]() | Right |
Shorthand for (1, 0).
|
![]() ![]() | Up |
Shorthand for (0, 1).
|
![]() | X |
X component of the vector.
|
![]() | Y |
Y component of the vector.
|
![]() ![]() | Zero |
Shorthand for (0, 0).
|