Uses of Class
org.jbox2d.dynamics.contacts.ContactEdge
-
Packages that use ContactEdge Package Description org.jbox2d.dynamics org.jbox2d.dynamics.contacts -
-
Uses of ContactEdge in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as ContactEdge Modifier and Type Field Description ContactEdge
Body. m_contactList
Methods in org.jbox2d.dynamics that return ContactEdge Modifier and Type Method Description ContactEdge
Body. getContactList()
Get the list of all contacts attached to this body. -
Uses of ContactEdge in org.jbox2d.dynamics.contacts
Fields in org.jbox2d.dynamics.contacts declared as ContactEdge Modifier and Type Field Description ContactEdge
Contact. m_nodeA
ContactEdge
Contact. m_nodeB
ContactEdge
ContactEdge. next
the next contact edge in the body's contact listContactEdge
ContactEdge. prev
the previous contact edge in the body's contact list
-