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. Open in GitHub
public class Size3d : ISize3
- Inheritance
-
Size3d
- Implements
- 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
Properties
HeightAsDouble
public double HeightAsDouble { get; }
Property Value
HeightAsFloat
public float HeightAsFloat { get; }
Property Value
HeightAsInt
public int HeightAsInt { get; }
Property Value
LengthAsDouble
public double LengthAsDouble { get; }
Property Value
LengthAsFloat
public float LengthAsFloat { get; }
Property Value
LengthAsInt
public int LengthAsInt { get; }
Property Value
Volume
public double Volume { get; }
Property Value
WidthAsDouble
public double WidthAsDouble { get; }
Property Value
WidthAsFloat
public float WidthAsFloat { get; }
Property Value
WidthAsInt
public int WidthAsInt { get; }
Property Value
Methods
CanContain(Size3d)
public bool CanContain(Size3d obj)
Parameters
objSize3d
Returns
Clone()
public Size3d Clone()