Package com.jme.bounding

Interface Summary
BoundingVolume BoundingVolume defines an interface for dealing with containment of a collection of points.
 

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.
OBB2 Started Date: Sep 5, 2004

This class is like an OrientedBoundingBox, but lacks the overhead of extending TriMesh.
OBBTree Started Date: Sep 5, 2004

This class is used exclusivly by the TriMesh object.
OrientedBoundingBox Started Date: Aug 24, 2004

This class is liked BoundingBox, but can correctly rotate to fit its bounds.