Class Size3f
- Namespace
- Vintagestory.API.MathTools
- Assembly
- VintagestoryAPI.dll
Represents a vector of 3 floats. Go bug Tyron of you need more utility methods in this class.
public class Size3f
- Inheritance
-
Size3f
- Inherited Members
- Extension Methods
Constructors
Size3f()
public Size3f()
Size3f(float, float, float)
public Size3f(float width, float height, float length)
Parameters
Fields
Height
The Y-dimension for this size.
public float Height
Field Value
Length
The Z-dimension for this size.
public float Length
Field Value
Width
The X-dimension of this size.
public float Width
Field Value
Methods
CanContain(Size3f)
public bool CanContain(Size3f obj)
Parameters
obj
Size3f
Returns
Clone()
public Size3f Clone()