Uses of Class
com.jme.bounding.BoundingSphere

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

Uses of BoundingSphere in com.jme.bounding
 

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

Uses of BoundingSphere in com.jme.intersection
 

Methods in com.jme.intersection with parameters of type BoundingSphere
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.
static boolean IntersectionSphere.intersection(BoundingSphere sphere1, BoundingSphere sphere2, Vector3f velocity1, Vector3f velocity2, float time)
          intersection compares two dynamic spheres.
static float Distance.distance(Vector3f point, BoundingSphere sphere)
          distance calculates the distance between a point and a sphere.
 

Uses of BoundingSphere in com.jme.widget.bounds
 

Methods in com.jme.widget.bounds with parameters of type BoundingSphere
 boolean WidgetBoundingRectangle.intersectsSphere(BoundingSphere bs)