Table of Contents

Class HorRectanglei

Namespace
Vintagestory.API.MathTools
Assembly
VintagestoryAPI.dll
public class HorRectanglei
Inheritance
HorRectanglei
Inherited Members

Constructors

HorRectanglei()

public HorRectanglei()

HorRectanglei(int, int, int, int)

public HorRectanglei(int x1, int z1, int x2, int z2)

Parameters

x1 int
z1 int
x2 int
z2 int

Fields

X1

public int X1

Field Value

int

X2

public int X2

Field Value

int

Z1

public int Z1

Field Value

int

Z2

public int Z2

Field Value

int

Properties

MaxX

public int MaxX { get; }

Property Value

int

MaxZ

public int MaxZ { get; }

Property Value

int

MinX

public int MinX { get; }

Property Value

int

MinZ

public int MinZ { get; }

Property Value

int