Class Size3d
- Namespace
- Vintagestory.API.MathTools
- Assembly
- VintagestoryAPI.dll
Represents a vector of 3 doubles. Go bug Tyron of you need more utility methods in this class.
public class Size3d
- Inheritance
-
Size3d
- Inherited Members
- Extension Methods
Constructors
Size3d()
public Size3d()
Size3d(double, double, double)
public Size3d(double width, double height, double length)
Parameters
Fields
Height
public double Height
Field Value
Length
public double Length
Field Value
Width
public double Width
Field Value
Methods
CanContain(Size3d)
public bool CanContain(Size3d obj)
Parameters
obj
Size3d
Returns
Clone()
public Size3d Clone()