Uses of Class
javax.media.j3d.BoundingBox

Packages that use BoundingBox
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 BoundingBox in javax.media.j3d
 

Methods in javax.media.j3d with parameters of type BoundingBox
 void Text3D.getBoundingBox(BoundingBox bounds)
          Retrieves the 3D bounding box that encloses this Text3D object.
 void Font3D.getBoundingBox(int glyphCode, BoundingBox bounds)
          Returns the 3D bounding box of the specified glyph code.
 boolean BoundingBox.intersect(Bounds[] boundsObjects, BoundingBox newBoundBox)
          Test for intersection with an array of bounds objects.
 boolean BoundingBox.intersect(Bounds boundsObject, BoundingBox newBoundBox)
          Test for intersection with another bounding box.