Package | Description |
---|---|
org.jbox2d.dynamics | |
org.jbox2d.dynamics.contacts |
Modifier and Type | Field and Description |
---|---|
ContactEdge |
Body.m_contactList |
Modifier and Type | Method and Description |
---|---|
ContactEdge |
Body.getContactList()
Get the list of all contacts attached to this body.
|
Modifier and Type | Field and Description |
---|---|
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
|
Copyright © 2017. All Rights Reserved.