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
\int W
\int X
\int Y
\int Z

Properties

Member Description
\int Item { get; set; }

Constructors

Member Description
\Vector4I(int, int, int, int)
\Vector4I(Vector3I, int)

Methods

Member Description
\int CompareTo(Vector4I)
\string ToString()
Clone this wiki locally