[This is preliminary documentation and is subject to change.]

Constructs a bounding box between two given coordinates.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
public BoundingBox(
	int x1,
	int y1,
	int z1,
	int x2,
	int y2,
	int z2
)

Parameters

x1
Int32
y1
Int32
z1
Int32
x2
Int32
y2
Int32
z2
Int32

See Also