Uses of Class
org.jbox2d.dynamics.contacts.ContactEdge

Packages that use ContactEdge
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. 
 

Uses of ContactEdge in org.jbox2d.dynamics
 

Fields in org.jbox2d.dynamics declared as ContactEdge
 ContactEdge Body.m_contactList
           
 

Uses of ContactEdge in org.jbox2d.dynamics.contacts
 

Fields in org.jbox2d.dynamics.contacts declared as ContactEdge
 ContactEdge Contact.m_node1
          Node for connecting bodies.
 ContactEdge Contact.m_node2
          Node for connecting bodies.
 ContactEdge ContactEdge.next
          The next contact edge in the body's contact list.
 ContactEdge ContactEdge.prev
          The previous contact edge in the body's contact list.
 

Methods in org.jbox2d.dynamics.contacts with parameters of type ContactEdge
 void ContactEdge.set(ContactEdge argToCopy)