Home | Trees | Indices | Help |
|
---|
|
A joint edge is used to connect bodies and joints together in a joint graph where each body is a node and each joint is an edge. A joint edge belongs to a doubly linked list maintained in each attached body. Each joint has two joint nodes, one for each attached body.
|
|||
|
|||
|
|||
|
|||
b2JointEdge |
|
||
|
|
|||
thisown The membership flag |
|||
other b2JointEdge_other_get(b2JointEdge self) -> b2Body |
|||
joint b2JointEdge_joint_get(b2JointEdge self) -> b2Joint |
|||
prev b2JointEdge_prev_get(b2JointEdge self) -> b2JointEdge |
|||
next b2JointEdge_next_get(b2JointEdge self) -> b2JointEdge |
|
|
Returns a dictionary representation of self, with dict(var=value [, ...]) additional_ignore can be specified to ignore certain properties. |
|
|
thisownThe membership flag |
otherb2JointEdge_other_get(b2JointEdge self) -> b2Body |
jointb2JointEdge_joint_get(b2JointEdge self) -> b2Joint |
prevb2JointEdge_prev_get(b2JointEdge self) -> b2JointEdge |
nextb2JointEdge_next_get(b2JointEdge self) -> b2JointEdge |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Feb 24 18:39:58 2009 | http://epydoc.sourceforge.net |