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

Constructs a bounding box at a given origin, with given dimensions.

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

Syntax

   
 C# 
public BoundingBox(
	Vector3I origin,
	int width,
	int length,
	int height
)

Parameters

origin
Vector3I
Origin point of the bounding box.
width
Int32
Width (X-axis, horizontal). May be negative.
length
Int32
Length (Y-axis, horizontal). May be negative.
height
Int32
Width (Z-axis, vertical). May be negative.

See Also