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

VRageMath.Vector4I

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

IndexNamespace Index

Vector4I Struct

public struct Vector4I: IComparable<Vector4I\>

Namespace: VRageMath
Assembly: VRage.Math.dll

Implements:

Fields

Member Description
$1static EqualityComparer Comparer](VRageMath.Vector4I.Comparer)
$1int W](VRageMath.Vector4I.W)
$1int X](VRageMath.Vector4I.X)
$1int Y](VRageMath.Vector4I.Y)
$1int Z](VRageMath.Vector4I.Z)

Properties

Member Description
$1int Item { get; set; }](VRageMath.Vector4I.Item)

Constructors

Member Description
$1Vector4I(int, int, int, int)](VRageMath.Vector4I..ctor)
$1Vector4I(Vector3I, int)](VRageMath.Vector4I..ctor)

Methods

Member Description
$1int CompareTo(Vector4I)](VRageMath.Vector4I.CompareTo)
$1string ToString()](VRageMath.Vector4I.ToString)

Clone this wiki locally