Table of Contents

Class Size2d

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

Constructors

Size2d()

public Size2d()

Size2d(double, double)

public Size2d(double width, double height)

Parameters

width double
height double

Fields

Height

public double Height

Field Value

double

Width

public double Width

Field Value

double

Methods

Clone()

public Size2d Clone()

Returns

Size2d