Table of Contents

Class Cuboidi

Namespace
Vintagestory.API.MathTools
Assembly
VintagestoryAPI.dll

A 3D cuboid, created out of integers.

[DocumentAsJson]
[ProtoContract]
public class Cuboidi
Inheritance
Cuboidi

Fields

X1

[ProtoMember(1)]
[DocumentAsJson]
public int X1

Field Value

int

X2

[ProtoMember(4)]
[DocumentAsJson]
public int X2

Field Value

int

Y1

[ProtoMember(2)]
[DocumentAsJson]
public int Y1

Field Value

int

Y2

[ProtoMember(5)]
[DocumentAsJson]
public int Y2

Field Value

int

Z1

[ProtoMember(3)]
[DocumentAsJson]
public int Z1

Field Value

int

Z2

[ProtoMember(6)]
[DocumentAsJson]
public int Z2

Field Value

int