Package testing.physicsEngine

Class Summary
CircleCircleIntersectorTest Checks if circle-circle intersection is correct.
JavaShapeIntersectorTest Checks if intersection between JavaShapes is correct.
LinearAlgebraTest Tests whether the physics engine's internal linear algebra is implemented correclty.
PolygonCircleIntersectorTest Tests the intersection code for Polygons and Circles are implemented correctly.
PolygonPolygonIntersectorTest Tests the intersection between polygons.
ShapeTest Tests whether the Shape package is implemented correctly.
TestAll