Uses of Class
vooga.physicsEngine.geometry.shapes.BoundingBox

Packages that use BoundingBox
vooga.physicsEngine.geometry.shapes   
 

Uses of BoundingBox in vooga.physicsEngine.geometry.shapes
 

Methods in vooga.physicsEngine.geometry.shapes that return BoundingBox
 BoundingBox Shape.getBoundingBox()
          Returns the bounding box of a shape.
 BoundingBox Polygon.getBoundingBox()
           
 BoundingBox JavaShape.getBoundingBox()
           
 BoundingBox Circle.getBoundingBox()