Table of Contents

Class CuboidfWithId

Namespace
Vintagestory.API.MathTools
Assembly
VintagestoryAPI.dll
public class CuboidfWithId : Cuboidf, IEquatable<Cuboidf>
Inheritance
CuboidfWithId
Implements
Inherited Members
Extension Methods

Constructors

CuboidfWithId()

public CuboidfWithId()

CuboidfWithId(double, double, double, double, double, double)

public CuboidfWithId(double x1, double y1, double z1, double x2, double y2, double z2)

Parameters

x1 double
y1 double
z1 double
x2 double
y2 double
z2 double

CuboidfWithId(float, float, float, float, float, float)

public CuboidfWithId(float x1, float y1, float z1, float x2, float y2, float z2)

Parameters

x1 float
y1 float
z1 float
x2 float
y2 float
z2 float

CuboidfWithId(Cuboidf)

public CuboidfWithId(Cuboidf cuboid)

Parameters

cuboid Cuboidf

Fields

Id

public string Id

Field Value

string