Table of Contents

Class Size3i

Namespace
Vintagestory.API.MathTools
Assembly
VintagestoryAPI.dll

Represents a vector of 2 doubles. Go bug Tyron of you need more utility methods in this class.

public class Size3i
Inheritance
Size3i
Inherited Members

Constructors

Size3i()

public Size3i()

Size3i(int, int, int)

public Size3i(int width, int height, int length)

Parameters

width int
height int
length int

Fields

Height

public int Height

Field Value

int

Length

public int Length

Field Value

int

Width

public int Width

Field Value

int

Methods

CanContain(Size3i)

public bool CanContain(Size3i obj)

Parameters

obj Size3i

Returns

bool

Clone()

public Size3i Clone()

Returns

Size3i