Skip to content

VRageMath.Vector4I

Morten Aune Lyrstad edited this page Apr 16, 2022 · 49 revisions

IndexNamespace Index

Vector4I Struct

public struct Vector4I: IComparable<Vector4I>

Namespace: VRageMath
Assembly: VRage.Math.dll

Implements:

Fields

static EqualityComparer Comparer

int W

int X

int Y

int Z

Properties

int Item { get; set; }

Constructors

Vector4I(int x, int y, int z, int w)

Vector4I(Vector3I xyz, int w)

Methods

int CompareTo(Vector4I other)

string ToString()

Clone this wiki locally