Uses of Package
org.jbox2d.collision.shapes

Packages that use org.jbox2d.collision.shapes
org.jbox2d.collision This package contains the broad and narrow phase collision algorithms. 
org.jbox2d.collision.shapes   
org.jbox2d.dynamics This package handles non-collision aspects of simulation. 
org.jbox2d.dynamics.contacts This package performs contact handling, and is essentially internal to JBox2d. 
org.jbox2d.testbed The JBox2d 2.0 testbed, implemented using Processing
org.jbox2d.testbed.tests This package containst all the testbed examples, which extend org.jbox2d.testbed.AbstractExample. 
org.jbox2d.util.nonconvex This package (currently non-functional) will handle convex decomposition of polygons. 
 

Classes in org.jbox2d.collision.shapes used by org.jbox2d.collision
CircleShape
          A circle shape.
EdgeShape
          An edge shape.
PointShape
          Point shape.
PolygonShape
          A convex polygon shape.
Shape
          A shape is used for collision detection.
 

Classes in org.jbox2d.collision.shapes used by org.jbox2d.collision.shapes
CircleShape
          A circle shape.
EdgeShape
          An edge shape.
PointShape
          Point shape.
PolygonDef
          Convex polygon.
PolygonShape
          A convex polygon shape.
Shape
          A shape is used for collision detection.
ShapeDef
          Superclass for shape definitions.
ShapeType
           
 

Classes in org.jbox2d.collision.shapes used by org.jbox2d.dynamics
Shape
          A shape is used for collision detection.
ShapeDef
          Superclass for shape definitions.
 

Classes in org.jbox2d.collision.shapes used by org.jbox2d.dynamics.contacts
Shape
          A shape is used for collision detection.
ShapeType
           
 

Classes in org.jbox2d.collision.shapes used by org.jbox2d.testbed
Shape
          A shape is used for collision detection.
 

Classes in org.jbox2d.collision.shapes used by org.jbox2d.testbed.tests
CircleDef
          A circle shape definition.
PolygonDef
          Convex polygon.
 

Classes in org.jbox2d.collision.shapes used by org.jbox2d.util.nonconvex
PolygonDef
          Convex polygon.