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

VRageMath.Vector4I

Malware edited this page Dec 13, 2025 · 50 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

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