Uses of Package
com.jme.bounding

Packages that use com.jme.bounding
com.jme.bounding   
com.jme.intersection   
com.jme.renderer   
com.jme.renderer.lwjgl   
com.jme.scene   
com.jme.terrain   
com.jme.util   
com.jme.widget   
com.jme.widget.bounds   
 

Classes in com.jme.bounding used by com.jme.bounding
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.
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.
 

Classes in com.jme.bounding used by com.jme.intersection
BoundingSphere
          BoundingSphere defines a sphere that defines a container for a group of vertices of a particular piece of geometry.
 

Classes in com.jme.bounding used by com.jme.renderer
BoundingVolume
          BoundingVolume defines an interface for dealing with containment of a collection of points.
 

Classes in com.jme.bounding used by com.jme.renderer.lwjgl
BoundingVolume
          BoundingVolume defines an interface for dealing with containment of a collection of points.
 

Classes in com.jme.bounding used by com.jme.scene
BoundingVolume
          BoundingVolume defines an interface for dealing with containment of a collection of points.
 

Classes in com.jme.bounding used by com.jme.terrain
BoundingVolume
          BoundingVolume defines an interface for dealing with containment of a collection of points.
 

Classes in com.jme.bounding used by com.jme.util
BoundingVolume
          BoundingVolume defines an interface for dealing with containment of a collection of points.
 

Classes in com.jme.bounding used by com.jme.widget
BoundingVolume
          BoundingVolume defines an interface for dealing with containment of a collection of points.
 

Classes in com.jme.bounding used by com.jme.widget.bounds
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.
OBB2
          Started Date: Sep 5, 2004

This class is like an OrientedBoundingBox, but lacks the overhead of extending TriMesh.
OrientedBoundingBox
          Started Date: Aug 24, 2004

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