Table of Contents

Class Size2f

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

Constructors

Size2f()

public Size2f()

Size2f(float, float)

public Size2f(float width, float height)

Parameters

width float
height float

Fields

Height

public float Height

Field Value

float

Width

public float Width

Field Value

float

Methods

Clone()

public Size2f Clone()

Returns

Size2f