Package org.jbox2d.dynamics.contacts

This package performs contact handling, and is essentially internal to JBox2d.

See:
          Description

Interface Summary
ContactCreateFcn  
 

Class Summary
CircleContact  
Contact Base class for contacts between shapes.
ContactConstraint  
ContactConstraintPoint  
ContactEdge A contact edge is used to connect bodies and contacts together in a contact graph where each body is a node and each contact is an edge.
ContactPoint  
ContactRegister  
ContactResult This structure is used to report contact point results.
ContactSolver  
NullContact  
PolyContact  
 

Package org.jbox2d.dynamics.contacts Description

This package performs contact handling, and is essentially internal to JBox2d. The only reason you would ever need to dip into the package is to add additional shapes or object types to JBox2d.