|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContactEdge | |
---|---|
org.jbox2d.dynamics | |
org.jbox2d.dynamics.contacts |
Uses of ContactEdge in org.jbox2d.dynamics |
---|
Fields in org.jbox2d.dynamics declared as ContactEdge | |
---|---|
ContactEdge |
Body.m_contactList
|
Methods in org.jbox2d.dynamics that return ContactEdge | |
---|---|
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 | |
---|---|
ContactEdge |
Contact.m_nodeA
|
ContactEdge |
Contact.m_nodeB
|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |