Table of Contents

Class Vec4s<T>

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

Type Parameters

T
Inheritance
Vec4s<T>
Inherited Members

Constructors

Vec4s()

public Vec4s()

Vec4s(short, short, short, T)

public Vec4s(short x, short y, short z, T Value)

Parameters

x short
y short
z short
Value T

Fields

Value

public T Value

Field Value

T

X

public short X

Field Value

short

Y

public short Y

Field Value

short

Z

public short Z

Field Value

short