Home | Trees | Indices | Help |
|
---|
|
This structure is used to report contact points.
|
|||
|
|||
|
|||
|
|||
b2ContactPoint |
|
||
|
|
|||
thisown The membership flag |
|||
shape1 b2ContactPoint_shape1_get(b2ContactPoint self) -> b2Shape |
|||
shape2 b2ContactPoint_shape2_get(b2ContactPoint self) -> b2Shape |
|||
position b2ContactPoint_position_get(b2ContactPoint self) -> b2Vec2 |
|||
velocity b2ContactPoint_velocity_get(b2ContactPoint self) -> b2Vec2 |
|||
normal b2ContactPoint_normal_get(b2ContactPoint self) -> b2Vec2 |
|||
separation b2ContactPoint_separation_get(b2ContactPoint self) -> float32 |
|||
friction b2ContactPoint_friction_get(b2ContactPoint self) -> float32 |
|||
restitution b2ContactPoint_restitution_get(b2ContactPoint self) -> float32 |
|||
id b2ContactPoint_id_get(b2ContactPoint self) -> b2ContactID |
|
|
Returns a dictionary representation of self, with dict(var=value [, ...]) additional_ignore can be specified to ignore certain properties. |
|
|
thisownThe membership flag |
shape1b2ContactPoint_shape1_get(b2ContactPoint self) -> b2Shape |
shape2b2ContactPoint_shape2_get(b2ContactPoint self) -> b2Shape |
positionb2ContactPoint_position_get(b2ContactPoint self) -> b2Vec2 |
velocityb2ContactPoint_velocity_get(b2ContactPoint self) -> b2Vec2 |
normalb2ContactPoint_normal_get(b2ContactPoint self) -> b2Vec2 |
separationb2ContactPoint_separation_get(b2ContactPoint self) -> float32 |
frictionb2ContactPoint_friction_get(b2ContactPoint self) -> float32 |
restitutionb2ContactPoint_restitution_get(b2ContactPoint self) -> float32 |
idb2ContactPoint_id_get(b2ContactPoint self) -> b2ContactID |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Feb 24 18:39:58 2009 | http://epydoc.sourceforge.net |