b2NullContact
|
|
|
|
|
__getstate__(self,
additional_ignore=[ ] )
Returns a dictionary representation of self, with
dict(var=value [, ...]) |
source code
|
|
|
__setstate__(self,
dict)
Takes each variable=value pair in the dictionary and sets the
attributes based on them |
source code
|
|
|
|
|
Evaluate(...)
b2Contact_Evaluate(b2Contact self, b2ContactListener listener) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update(...)
b2Contact_Update(b2Contact self, b2ContactListener listener) |
source code
|
|
|
thisown
The membership flag
|
|
flags
b2Contact_flags_get(b2Contact self) -> uint32
|
|
manifoldCount
b2Contact_manifoldCount_get(b2Contact self) -> int32
|
|
next
b2Contact_next_get(b2Contact self) -> b2Contact
|
|
node1
b2Contact_node1_get(b2Contact self) -> b2ContactEdge
|
|
node2
b2Contact_node2_get(b2Contact self) -> b2ContactEdge
|
|
prev
b2Contact_prev_get(b2Contact self) -> b2Contact
|
|
s_initialized
|
|
s_registers
|
|
shape1
b2Contact_shape1_get(b2Contact self) -> b2Shape
|
|
shape2
b2Contact_shape2_get(b2Contact self) -> b2Shape
|
|
toi
b2Contact_toi_get(b2Contact self) -> float32
|