Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Vector2I

Malware edited this page Dec 21, 2018 · 44 revisions

Index

Vector2I Struct

Namespace: VRageMath
Assembly: VRage.Math.dll

Fields

[`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)
### Methods
[`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)

Clone this wiki locally