Uses of Class
com.jme3.bounding.BoundingSphere

Packages that use BoundingSphere
com.jme3.bounding   
com.jme3.scene.debug   
 

Uses of BoundingSphere in com.jme3.bounding
 

Methods in com.jme3.bounding with parameters of type BoundingSphere
 boolean BoundingBox.intersectsSphere(BoundingSphere bs)
          determines if this bounding box intersects a given bounding sphere.
 boolean BoundingSphere.intersectsSphere(BoundingSphere bs)
           
abstract  boolean BoundingVolume.intersectsSphere(BoundingSphere bs)
          determines if this bounding volume and a given bounding sphere are intersecting.
 

Uses of BoundingSphere in com.jme3.scene.debug
 

Methods in com.jme3.scene.debug with parameters of type BoundingSphere
 void WireSphere.fromBoundingSphere(BoundingSphere bsph)
          Create a WireSphere from a BoundingSphere