[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.5 (0.6.3.5)

Syntax

   
 C# 
[PureAttribute]
public BoundingBox GetIntersection(
	BoundingBox other
)

Parameters

other
BoundingBox

Return Value

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

Exceptions

ExceptionCondition
System..::..ArgumentNullException other is null.

See Also