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
- Extension Methods
Constructors
Size2d()
public Size2d()
Size2d(double, double)
public Size2d(double width, double height)
Parameters
Fields
Height
public double Height
Field Value
Width
public double Width
Field Value
Methods
Clone()
public Size2d Clone()