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

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

Uses of CircleShape in org.jbox2d.collision
 

Methods in org.jbox2d.collision with parameters of type CircleShape
static float Distance.DistanceCC(Vec2 x1, Vec2 x2, CircleShape circle1, XForm xf1, CircleShape circle2, XForm xf2)
          distance between two circle shapes
static float Distance.DistanceCirclePoint(Vec2 x1, Vec2 x2, CircleShape circle1, XForm xf1, PointShape pt2, XForm xf2)
          Distance between a circle and a point
static float Distance.DistanceEdgeCircle(Vec2 x1, Vec2 x2, EdgeShape edge, XForm xf1, CircleShape circle, XForm xf2)
          Distance bewteen an edge and a circle
static float Distance.DistancePC(Vec2 x1, Vec2 x2, PolygonShape polygon, XForm xf1, CircleShape circle, XForm xf2)
          Distance between a polygon and a circle
 

Uses of CircleShape in org.jbox2d.collision.shapes
 

Methods in org.jbox2d.collision.shapes with parameters of type CircleShape
static void CollideCircle.collideCircles(Manifold manifold, CircleShape circle1, XForm xf1, CircleShape circle2, XForm xf2)
          puts collision information of the two circles in the manifold
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 CollideCircle.collidePointAndCircle(Manifold manifold, PointShape point1, XForm xf1, CircleShape circle2, XForm xf2)
          Puts collision information in the manifold about a collision between a point and a circle
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