This repository was archived by the owner on Dec 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.Vector2D
Malware edited this page Dec 21, 2018
·
52 revisions
← Index
Namespace: VRageMath
Assembly: VRage.Math.dll
Defines a vector with two components.
| Member | Description |
|---|---|
double X |
Gets or sets the x-component of the vector. |
double Y |
Gets or sets the y-component of the vector. |
static Vector2D Zero
|
|
static Vector2D One
|
|
static Vector2D UnitX
|
|
static Vector2D UnitY
|
|
static Vector2D PositiveInfinity
|
| Member | Description |
|---|---|
double Item |
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!