A circle shape.
|
|
|
|
|
__getstate__(self,
additional_ignore=[ ] )
Returns a dictionary representation of self, with
dict(var=value [, ...]) |
source code
|
|
|
__setstate__(self,
data)
The factory output cannot be created just yet, so store the necessary
information to create it later. |
source code
|
|
|
_pickle_finalize(self,
world=None,
body=None)
Finalize one of the outputs that we previously set as a dictionary. |
source code
|
|
|
|
|
|
|
__swig_destroy__(...)
delete_b2CircleShape(b2CircleShape self) |
|
|
|
|
|
|
|
ClearUserData(...)
b2Shape_ClearUserData(b2Shape self) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TestSegment(...)
TestSegment(b2XForm xf, float32 _lambda, b2Vec2 normal, b2Segment segment,
float32 maxLambda) -> b2SegmentCollide
b2Shape_TestSegment(b2Shape self, b2XForm xf, b2Segment segment, float32 maxLambda) -> PyObject |
source code
|
|
|
|
|
asCircle(...)
b2Shape_asCircle(b2Shape self) -> b2CircleShape |
source code
|
|
|
asEdge(...)
b2Shape_asEdge(b2Shape self) -> b2EdgeShape |
source code
|
|
|
asPolygon(...)
b2Shape_asPolygon(b2Shape self) -> b2PolygonShape |
source code
|
|
|
getAsType(self)
Return a typecasted version of the shape |
source code
|
|
|
|