Uses of Class
javax.media.j3d.BoundingPolytope

Uses of BoundingPolytope in javax.media.j3d
 

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