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

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

Uses of PolygonShape in org.jbox2d.collision
 

Methods in org.jbox2d.collision with parameters of type PolygonShape
static float Distance.DistancePC(Vec2 x1, Vec2 x2, PolygonShape polygon, XForm xf1, CircleShape circle, XForm xf2)
          Distance between a polygon and a circle
static float Distance.DistancePolygonPoint(Vec2 x1, Vec2 x2, PolygonShape polygon, XForm xf1, PointShape pt, XForm xf2)
          Distance between a polygon and a point
 

Uses of PolygonShape in org.jbox2d.collision.shapes
 

Methods in org.jbox2d.collision.shapes with parameters of type PolygonShape
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
static void CollideCircle.collidePolygonAndCircle(Manifold manifold, PolygonShape polygon, XForm xf1, CircleShape circle, XForm xf2)
          puts collision information about the collision of a polygon and a circle
static void CollidePoly.collidePolygonAndPoint(Manifold manifold, PolygonShape polygon, XForm xf1, PointShape point, XForm xf2)
          puts collision information into the manifold about the collision between a polygon and a point
static void CollidePoly.collidePolygons(Manifold manif, PolygonShape polyA, XForm xfA, PolygonShape polyB, XForm xfB)
           
static float CollidePoly.edgeSeparation(PolygonShape poly1, XForm xf1, int edge1, PolygonShape poly2, XForm xf2)
           
static void CollidePoly.findIncidentEdge(org.jbox2d.collision.shapes.CollidePoly.ClipVertex[] c, PolygonShape poly1, XForm xf1, int edge1, PolygonShape poly2, XForm xf2)
           
static org.jbox2d.collision.shapes.MaxSeparation CollidePoly.findMaxSeparation(PolygonShape poly1, XForm xf1, PolygonShape poly2, XForm xf2)
          Find the max separation between poly1 and poly2 using face normals from poly1.