Package com.jme3.bounding

Class Summary
BoundingBox BoundingBox defines an axis-aligned cube that defines a container for a group of vertices of a particular piece of geometry.
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 Summary
BoundingVolume.Type The type of bounding volume being used.