Home | Trees | Indices | Help |
|
---|
|
A contact edge is used to connect bodies and contacts together in a contact graph where each body is a node and each contact is an edge. A contact edge belongs to a doubly linked list maintained in each attached body. Each contact has two contact nodes, one for each attached body.
|
|||
|
|||
|
|||
|
|||
b2ContactEdge |
|
||
|
|
|||
thisown The membership flag |
|||
other b2ContactEdge_other_get(b2ContactEdge self) -> b2Body |
|||
contact b2ContactEdge_contact_get(b2ContactEdge self) -> b2Contact |
|||
prev b2ContactEdge_prev_get(b2ContactEdge self) -> b2ContactEdge |
|||
next b2ContactEdge_next_get(b2ContactEdge self) -> b2ContactEdge |
|
|
Returns a dictionary representation of self, with dict(var=value [, ...]) additional_ignore can be specified to ignore certain properties. |
|
|
thisownThe membership flag |
otherb2ContactEdge_other_get(b2ContactEdge self) -> b2Body |
contactb2ContactEdge_contact_get(b2ContactEdge self) -> b2Contact |
prevb2ContactEdge_prev_get(b2ContactEdge self) -> b2ContactEdge |
nextb2ContactEdge_next_get(b2ContactEdge self) -> b2ContactEdge |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Feb 24 18:39:58 2009 | http://epydoc.sourceforge.net |