Uses of Class
javax.media.j3d.BoundingSphere

Uses of BoundingSphere in javax.media.j3d
 

Methods in javax.media.j3d with parameters of type BoundingSphere
 boolean BoundingSphere.intersect(Bounds[] boundsObjects, BoundingSphere newBoundSphere)
          Test for intersection with an array of bounds objects.
 boolean BoundingSphere.intersect(Bounds boundsObject, BoundingSphere newBoundSphere)
          Test for intersection with another bounds object.