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.Vector2I
Malware edited this page Dec 21, 2018
·
44 revisions
← Index
Namespace: VRageMath
Assembly: VRage.Math.dll
| [`int X`](VRageMath.X) | |
| [`int Y`](VRageMath.Y) | |
| static [`ComparerClass Comparer`](VRageMath.Comparer) | |
| static [`Vector2I Zero`](VRageMath.Zero) | |
| static [`Vector2I One`](VRageMath.One) | |
| static [`Vector2I UnitX`](VRageMath.UnitX) | |
| static [`Vector2I UnitY`](VRageMath.UnitY) |
| [`string ToString()`](VRageMath.ToString) | |
| [`int Size()`](VRageMath.Size) | |
| static [`Vector2I Floor(Vector2 value)`](VRageMath.Floor) | |
| static [`Vector2I Round(Vector2 value)`](VRageMath.Round) | |
| [`bool Between(ref Vector2I start, ref Vector2I end)`](VRageMath.Between) | |
| [`bool Equals(Object obj)`](VRageMath.Equals) | |
| [`int GetHashCode()`](VRageMath.GetHashCode) | |
| static [`void Min(ref Vector2I v1, ref Vector2I v2, ref Vector2I min)`](VRageMath.Min) | |
| static [`void Max(ref Vector2I v1, ref Vector2I v2, ref Vector2I max)`](VRageMath.Max) | |
| static [`Vector2I Min(Vector2I v1, Vector2I v2)`](VRageMath.Min) | |
| static [`Vector2I Max(Vector2I v1, Vector2I v2)`](VRageMath.Max) |
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!