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