Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

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

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)

Properties

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

Constructors

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

Methods

Member Description
[int CompareTo(Vector4I)](VRageMath.Vector4I.CompareTo)
[string ToString()](VRageMath.Vector4I.ToString)
Clone this wiki locally