Uses of Class
org.jbox2d.collision.PolygonShape

Packages that use PolygonShape
org.jbox2d.collision   
 

Uses of PolygonShape in org.jbox2d.collision
 

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