Space Engineers
|
Classes | |
class | EqualityComparer |
Public Member Functions | |
Vector4I (int x, int y, int z, int w) | |
Vector4I (Vector3I xyz, int w) | |
int | CompareTo (Vector4I other) |
override string | ToString () |
Static Public Member Functions | |
static | operator Byte4 (Vector4I xyzw) |
Public Attributes | |
int | X |
int | Y |
int | Z |
int | W |
Static Public Attributes | |
static readonly EqualityComparer | Comparer = new EqualityComparer() |
Properties | |
int | this[int index] [get, set] |
Definition at line 9 of file Vector4I.cs.
|
inline |
Definition at line 20 of file Vector4I.cs.
|
inline |
Definition at line 28 of file Vector4I.cs.
|
inline |
Definition at line 63 of file Vector4I.cs.
Definition at line 36 of file Vector4I.cs.
|
inline |
Definition at line 72 of file Vector4I.cs.
|
static |
Definition at line 61 of file Vector4I.cs.
int VRageMath.Vector4I.W |
Definition at line 18 of file Vector4I.cs.
int VRageMath.Vector4I.X |
Definition at line 12 of file Vector4I.cs.
int VRageMath.Vector4I.Y |
Definition at line 14 of file Vector4I.cs.
int VRageMath.Vector4I.Z |
Definition at line 16 of file Vector4I.cs.
|
getset |
Definition at line 78 of file Vector4I.cs.