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

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

Uses of PointShape in org.jbox2d.collision
 

Methods in org.jbox2d.collision with parameters of type PointShape
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.DistancePolygonPoint(Vec2 x1, Vec2 x2, PolygonShape polygon, XForm xf1, PointShape pt, XForm xf2)
          Distance between a polygon and a point
 

Uses of PointShape in org.jbox2d.collision.shapes
 

Methods in org.jbox2d.collision.shapes with parameters of type PointShape
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 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