Home | Trees | Indices | Help |
|
---|
|
A manifold point is a contact point belonging to a contact manifold. It holds details related to the geometry and dynamics of the contact points. The point is stored in local coordinates because CCD requires sub-stepping in which the separation is stale.
|
|||
|
|||
|
|||
|
|||
b2ManifoldPoint |
|
||
|
|
|||
thisown The membership flag |
|||
localPoint1 b2ManifoldPoint_localPoint1_get(b2ManifoldPoint self) -> b2Vec2 |
|||
localPoint2 b2ManifoldPoint_localPoint2_get(b2ManifoldPoint self) -> b2Vec2 |
|||
separation b2ManifoldPoint_separation_get(b2ManifoldPoint self) -> float32 |
|||
normalImpulse b2ManifoldPoint_normalImpulse_get(b2ManifoldPoint self) -> float32 |
|||
tangentImpulse b2ManifoldPoint_tangentImpulse_get(b2ManifoldPoint self) -> float32 |
|||
id b2ManifoldPoint_id_get(b2ManifoldPoint self) -> b2ContactID |
|
|
Returns a dictionary representation of self, with dict(var=value [, ...]) additional_ignore can be specified to ignore certain properties. |
|
|
thisownThe membership flag |
localPoint1b2ManifoldPoint_localPoint1_get(b2ManifoldPoint self) -> b2Vec2 |
localPoint2b2ManifoldPoint_localPoint2_get(b2ManifoldPoint self) -> b2Vec2 |
separationb2ManifoldPoint_separation_get(b2ManifoldPoint self) -> float32 |
normalImpulseb2ManifoldPoint_normalImpulse_get(b2ManifoldPoint self) -> float32 |
tangentImpulseb2ManifoldPoint_tangentImpulse_get(b2ManifoldPoint self) -> float32 |
idb2ManifoldPoint_id_get(b2ManifoldPoint self) -> b2ContactID |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Feb 24 18:39:58 2009 | http://epydoc.sourceforge.net |