Table of Contents

Class Vec4i<T>

Namespace
Vintagestory.API.MathTools
Assembly
VintagestoryAPI.dll
public class Vec4i<T>

Type Parameters

T
Inheritance
Vec4i<T>
Inherited Members

Constructors

Vec4i()

public Vec4i()

Vec4i(int, int, int, T)

public Vec4i(int x, int y, int z, T Value)

Parameters

x int
y int
z int
Value T

Fields

Value

public T Value

Field Value

T

X

public int X

Field Value

int

Y

public int Y

Field Value

int

Z

public int Z

Field Value

int