Table of Contents

Class Size3f

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

Constructors

Size3f()

public Size3f()

Size3f(float, float, float)

public Size3f(float width, float height, float length)

Parameters

width float
height float
length float

Fields

Height

public float Height

Field Value

float

Length

public float Length

Field Value

float

Width

public float Width

Field Value

float

Methods

CanContain(Size3f)

public bool CanContain(Size3f obj)

Parameters

obj Size3f

Returns

bool

Clone()

public Size3f Clone()

Returns

Size3f