Table of Contents

Class Size2i

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

Constructors

Size2i()

public Size2i()

Size2i(int, int)

public Size2i(int width, int height)

Parameters

width int
height int

Fields

Height

public int Height

Field Value

int

Width

public int Width

Field Value

int

Methods

Clone()

public Size2i Clone()

Returns

Size2i