Uses of Class
org.jbox2d.collision.shapes.EdgeShape

Packages that use EdgeShape
org.jbox2d.collision This package contains the broad and narrow phase collision algorithms. 
org.jbox2d.collision.shapes   
 

Uses of EdgeShape in org.jbox2d.collision
 

Methods in org.jbox2d.collision with parameters of type EdgeShape
static float Distance.DistanceEdgeCircle(Vec2 x1, Vec2 x2, EdgeShape edge, XForm xf1, CircleShape circle, XForm xf2)
          Distance bewteen an edge and a circle
 

Uses of EdgeShape in org.jbox2d.collision.shapes
 

Methods in org.jbox2d.collision.shapes that return EdgeShape
 EdgeShape EdgeShape.getNextEdge()
          Get the next edge in the chain.
 EdgeShape EdgeShape.getPrevEdge()
          Get the previous edge in the chain.
 

Methods in org.jbox2d.collision.shapes with parameters of type EdgeShape
static void CollideCircle.collideEdgeAndCircle(Manifold manifold, EdgeShape edge, XForm xf1, CircleShape circle, XForm xf2)
          puts collision information into the manifold from a circle and edge collision
static void CollidePoly.collidePolyAndEdge(Manifold manifold, PolygonShape polygon, XForm xf1, EdgeShape edge, XForm xf2)
          puts collision information into the manifold about a collision between a polygon and an edge
 void EdgeShape.setNextEdge(EdgeShape edge, Vec2 core, Vec2 cornerDir, boolean convex)
           
 void EdgeShape.setPrevEdge(EdgeShape edge, Vec2 core, Vec2 cornerDir, boolean convex)