| Interface | Description | |
|---|---|---|
| IBoundingVolume | The IBoundingVolume interface describes the methods which are necessary for a bounding volume. |
| Class | Description | |
|---|---|---|
| AbstractBoundingVolume | AbstractBoundingVolume is an abstract class used as the base for bounding volumes. | |
| BoundingSphere | The BoundingSphere class is a sphere-shaped bounding volume. | |
| BoundingVolumeGenerator | BoundingVolumeGenerator creates bounding volume objects depending on the type given, simplifying the assignment of bounding volumes. |