Package | Description |
---|---|
org.jbox2d.dynamics | |
org.jbox2d.dynamics.joints |
Modifier and Type | Field and Description |
---|---|
JointEdge |
Body.m_jointList |
Modifier and Type | Method and Description |
---|---|
JointEdge |
Body.getJointList()
Get the list of all joints attached to this body.
|
Modifier and Type | Field and Description |
---|---|
JointEdge |
Joint.m_edgeA |
JointEdge |
Joint.m_edgeB |
JointEdge |
JointEdge.next
the next joint edge in the body's joint list
|
JointEdge |
JointEdge.prev
the previous joint edge in the body's joint list
|
Copyright © 2017. All Rights Reserved.