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 25, 2018
·
44 revisions
← Index
private public sealed Vector2I
```csharp
**Namespace:** [VRageMath](VRageMath)
**Assembly:** VRage.Math.dll
### Example
### Remarks
###### Fields
|Member|Description|
|---|---|
|[X](VRageMath.Vector2I.X)||
|[Y](VRageMath.Vector2I.Y)||
|[Comparer](VRageMath.Vector2I.Comparer)||
|[Zero](VRageMath.Vector2I.Zero)||
|[One](VRageMath.Vector2I.One)||
|[UnitX](VRageMath.Vector2I.UnitX)||
|[UnitY](VRageMath.Vector2I.UnitY)||
###### Methods
|Member|Description|
|---|---|
|[ToString()](VRageMath.Vector2I.ToString)||
|[Size()](VRageMath.Vector2I.Size)||
|[Floor(Vector2)](VRageMath.Vector2I.Floor)||
|[Round(Vector2)](VRageMath.Vector2I.Round)||
|[Between(ref Vector2I, ref Vector2I)](VRageMath.Vector2I.Between)||
|[Equals(object)](VRageMath.Vector2I.Equals)||
|[GetHashCode()](VRageMath.Vector2I.GetHashCode)||
|[Min(ref Vector2I, ref Vector2I, ref Vector2I)](VRageMath.Vector2I.Min)||
|[Max(ref Vector2I, ref Vector2I, ref Vector2I)](VRageMath.Vector2I.Max)||
|[Min(Vector2I, Vector2I)](VRageMath.Vector2I.Min)||
|[Max(Vector2I, Vector2I)](VRageMath.Vector2I.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!