Vector2 Properties |
The Vector2 type exposes the following members.
| Name | Description | |
|---|---|---|
| Normalized | Vector2 normalization - make its length be 1
| |
| X |
Gets or sets the X component of the Vector2 as a Single.
| |
| XD |
Gets or sets the X component of the Vector2 as a Double.
| |
| Y |
Gets or sets the Y component of the Vector2 as a Single.
| |
| YD |
Gets or sets the Y component of the Vector2 as a Double.
|