Package com.jme.bounding

Interface Summary
CollisionTreeController CollisionTreeController defines an interface for determining which collision tree to remove from a supplied cache.
 

Class Summary
BoundingBox BoundingBox defines an axis-aligned cube that defines a container for a group of vertices of a particular piece of geometry.
BoundingCapsule  
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.
CollisionTree CollisionTree defines a well balanced red black tree used for triangle accurate collision detection.
CollisionTreeManager CollisionTreeManager is an automated system for handling the creation and deletion of CollisionTrees.
LineBoundingBox Started Date: Sep 5, 2004

OrientedBoundingBox Started Date: Sep 5, 2004

OrthogonalBoundingBox Started Date: Sep 5, 2004

TreeComparator  
UsageTreeController UsageTreeController defines a CollisionTreeController implementation that removes cache elements based on the frequency of usage.
 

Enum Summary
BoundingVolume.Type  
CollisionTree.Type  
TreeComparator.Axis