Uses of Class
org.jbox2d.collision.CircleShape

Packages that use CircleShape
org.jbox2d.collision   
 

Uses of CircleShape in org.jbox2d.collision
 

Methods in org.jbox2d.collision with parameters of type CircleShape
static void CollideCircle.collideCircle(Manifold manifold, CircleShape circle1, XForm xf1, CircleShape circle2, XForm xf2)
           
static void CollideCircle.collidePolygonAndCircle(Manifold manifold, PolygonShape polygon, XForm xf1, CircleShape circle, XForm xf2)
           
protected static float Distance.DistanceCC(Vec2 x1, Vec2 x2, CircleShape circle1, XForm xf1, CircleShape circle2, XForm xf2)
           
protected static float Distance.DistancePC(Vec2 x1, Vec2 x2, PolygonShape polygon, XForm xf1, CircleShape circle, XForm xf2)