Uses of Class
javax.media.j3d.BoundingPolytope

Packages that use BoundingPolytope
javax.media.j3d Provides the core set of classes for the 3D graphics API for the Java platform; click here for more information, including explanatory material that was formerly found in the guide. 
 

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.