Package vooga.physicsEngine.geometry.shapes

Interface Summary
Shape Interface representing a geometric shape.
 

Class Summary
BoundingBox Holds a bounding box of a shape.
Circle Shape class that represents a circle.
ImageUtilities Utility class for various image related functionalities for the physics engine.
JavaShape Shape implementation that uses the java.awt.Shape framework as the back-end.
Polygon Represents a general polygon, represented by an ordered set of vertices.
ShapeFactory Factory class that creates new instances of various kinds of shapes.
ShapeUtilities