Table of Contents

Class Size3d

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 Size3d
Inheritance
Size3d
Inherited Members

Constructors

Size3d()

public Size3d()

Size3d(double, double, double)

public Size3d(double width, double height, double length)

Parameters

width double
height double
length double

Fields

Height

public double Height

Field Value

double

Length

public double Length

Field Value

double

Width

public double Width

Field Value

double

Methods

CanContain(Size3d)

public bool CanContain(Size3d obj)

Parameters

obj Size3d

Returns

bool

Clone()

public Size3d Clone()

Returns

Size3d