Uses of Class
com.jme.bounding.BoundingBox

Packages that use BoundingBox
com.jme.bounding   
com.jme.util.geom   
 

Uses of BoundingBox in com.jme.bounding
 

Methods in com.jme.bounding with parameters of type BoundingBox
 boolean BoundingBox.intersectsBoundingBox(BoundingBox bb)
          determines if this bounding box intersects a given bounding box.
 boolean BoundingCapsule.intersectsBoundingBox(BoundingBox bb)
           
 boolean BoundingSphere.intersectsBoundingBox(BoundingBox bb)
           
abstract  boolean BoundingVolume.intersectsBoundingBox(BoundingBox bb)
          determines if this bounding volume and a given bounding box are intersecting.
 boolean OrientedBoundingBox.intersectsBoundingBox(BoundingBox bb)
           
 

Uses of BoundingBox in com.jme.util.geom
 

Fields in com.jme.util.geom declared as BoundingBox
static BoundingBox Debugger.measureBox
           
 



Copyright 2003-2009 jMonkeyEngine