This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 125
VRageMath.Vector4I
Morten Aune Lyrstad edited this page Apr 16, 2022
·
49 revisions
← Index ← Namespace Index
public struct Vector4I: IComparable<Vector4I>
Namespace: VRageMath
Assembly: VRage.Math.dll
Implements:
Member | Description |
---|---|
[static EqualityComparer Comparer](VRageMath.Vector4I.Comparer) | |
[int W](VRageMath.Vector4I.W) | |
[int X](VRageMath.Vector4I.X) | |
[int Y](VRageMath.Vector4I.Y) | |
[int Z](VRageMath.Vector4I.Z) |
Member | Description |
---|---|
[int Item { get; set; }](VRageMath.Vector4I.Item) |
Member | Description |
---|---|
[Vector4I(int, int, int, int)](VRageMath.Vector4I..ctor) | |
[Vector4I(Vector3I, int)](VRageMath.Vector4I..ctor) |
Member | Description |
---|---|
[int CompareTo(Vector4I)](VRageMath.Vector4I.CompareTo) | |
[string ToString()](VRageMath.Vector4I.ToString) |
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!