Uses of Class
org.jbox2d.collision.PolygonShape

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

Uses of PolygonShape in org.jbox2d.collision
 

Methods in org.jbox2d.collision with parameters of type PolygonShape
static void CollideCircle.collidePolygonAndCircle(Manifold manifold, PolygonShape polygon, XForm xf1, CircleShape circle, XForm xf2)
           
static void CollidePoly.collidePolygons(Manifold manif, PolygonShape polyA, XForm xfA, PolygonShape polyB, XForm xfB)
           
protected static float Distance.DistancePC(Vec2 x1, Vec2 x2, PolygonShape polygon, XForm xf1, CircleShape circle, XForm xf2)