Uses of Interface
vooga.physicsEngine.geometry.intersections.Intersector

Packages that use Intersector
vooga.physicsEngine.geometry.intersections   
 

Uses of Intersector in vooga.physicsEngine.geometry.intersections
 

Classes in vooga.physicsEngine.geometry.intersections that implement Intersector
 class CircleCircleIntersector
          Handles the intersection between two circles.
 class CirclePolygonIntersector
          Handles the intersection between a circle and a polygon.
 class JavaShapeIntersector
           
 class PolygonPolygonIntersector
          Class that implements intersection of polygons.
 

Methods in vooga.physicsEngine.geometry.intersections that return Intersector
static Intersector IntersectorFactory.createIntersector(GeometricParameters bodyA, GeometricParameters bodyB)
          Obtain a suitable Intersector object for two GeometricParameters