Uses of Class
javax.media.j3d.BoundingBox

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.