Uses of Class
com.jme.bounding.BoundingSphere

Packages that use BoundingSphere
com.jme.bounding   
com.jme.intersection   
 

Uses of BoundingSphere in com.jme.bounding
 

Methods in com.jme.bounding with parameters of type BoundingSphere
 boolean BoundingCapsule.contains(BoundingSphere sphere)
           
 boolean BoundingBox.intersectsSphere(BoundingSphere bs)
          determines if this bounding box intersects a given bounding sphere.
 boolean BoundingCapsule.intersectsSphere(BoundingSphere bs)
           
 boolean BoundingSphere.intersectsSphere(BoundingSphere bs)
           
abstract  boolean BoundingVolume.intersectsSphere(BoundingSphere bs)
          determines if this bounding volume and a given bounding sphere are intersecting.
 boolean LineBoundingBox.intersectsSphere(BoundingSphere bs)
           
 boolean OrientedBoundingBox.intersectsSphere(BoundingSphere bs)
           
 boolean OrthogonalBoundingBox.intersectsSphere(BoundingSphere bs)
           
 BoundingCapsule BoundingCapsule.mergeSphere(BoundingSphere sphere, BoundingCapsule merged)
           
 

Uses of BoundingSphere in com.jme.intersection
 

Methods in com.jme.intersection with parameters of type BoundingSphere
static boolean IntersectionSphere.intersection(BoundingSphere sphere1, BoundingSphere sphere2, Vector3f velocity1, Vector3f velocity2, float time)
          intersection compares two dynamic spheres.
static boolean IntersectionSphere.intersection(Line line, BoundingSphere sphere, Vector3f velocity, float time)
          intersection compares a dynamic sphere to a stationary line.
static boolean IntersectionSphere.intersection(Plane plane, BoundingSphere sphere, Vector3f velocity, float time)
          intersection compares a dynamix sphere to a stationary plane.