Uses of Class
org.jbox2d.collision.ContactID

Packages that use ContactID
org.jbox2d.collision This package contains the broad and narrow phase collision algorithms. 
org.jbox2d.dynamics.contacts This package performs contact handling, and is essentially internal to JBox2d. 
 

Uses of ContactID in org.jbox2d.collision
 

Fields in org.jbox2d.collision declared as ContactID
 ContactID ManifoldPoint.id
          Uniquely identifies a contact point between two shapes
 

Methods in org.jbox2d.collision with parameters of type ContactID
 boolean ContactID.isEqual(ContactID cid)
           
 

Constructors in org.jbox2d.collision with parameters of type ContactID
ContactID(ContactID c)
           
 

Uses of ContactID in org.jbox2d.dynamics.contacts
 

Fields in org.jbox2d.dynamics.contacts declared as ContactID
 ContactID ContactResult.id
          The contact id identifies the features in contact
 ContactID ContactPoint.id
          The contact id identifies the features in contact