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

Checks if another bounding box is wholly contained inside this one.

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

Syntax

   
 C# 
public bool Contains(
	BoundingBox other
)

Parameters

other
BoundingBox

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

Return Value

[Missing <returns> documentation for "M:fCraft.BoundingBox.Contains(fCraft.BoundingBox)"]

See Also