クラス
com.jme3.bounding.BoundingSphere の使用

BoundingSphere を使用しているパッケージ
com.jme3.bounding   
com.jme3.scene.debug   
 

com.jme3.bounding での BoundingSphere の使用
 

BoundingSphere 型のパラメータを持つ com.jme3.bounding のメソッド
 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.
 

com.jme3.scene.debug での BoundingSphere の使用
 

BoundingSphere 型のパラメータを持つ com.jme3.scene.debug のメソッド
 void WireSphere.fromBoundingSphere(BoundingSphere bsph)
          Create a WireSphere from a BoundingSphere