See: Description
| Class | Description | 
|---|---|
| BoundingBox | 
BoundingBox describes a bounding volume as an axis-aligned box. | 
| BoundingSphere | 
BoundingSphere defines a sphere that defines a container for a
 group of vertices of a particular piece of geometry. | 
| BoundingVolume | 
BoundingVolume defines an interface for dealing with
 containment of a collection of points. | 
| Intersection | 
 This class includes some utility methods for computing intersection
 between bounding volumes and triangles. 
 | 
| Enum | Description | 
|---|---|
| BoundingVolume.Type | 
 The type of bounding volume being used. 
 |