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

Returns a BoundingBox object that describes the space shared between this and another box.

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

Syntax

   
 C# 
public BoundingBox GetIntersection(
	BoundingBox other
)

Parameters

other
BoundingBox

[Missing <param name="other"/> documentation for "M:fCraft.BoundingBox.GetIntersection(fCraft.BoundingBox)"]

Return Value

Intersecting volume, or BoundingBox.Empty if there is no overlap.

See Also