Home | Trees | Indices | Help |
|
---|
|
The edge shape.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from b2Shape | |||
---|---|---|---|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
thisown The membership flag |
|||
length GetLength(self) -> float32 |
|||
vertex1 GetVertex1(self) -> b2Vec2 |
|||
vertex2 GetVertex2(self) -> b2Vec2 |
|||
coreVertex1 GetCoreVertex1(self) -> b2Vec2 |
|||
coreVertex2 GetCoreVertex2(self) -> b2Vec2 |
|||
next GetNextEdge(self) -> b2EdgeShape |
|||
prev GetPrevEdge(self) -> b2EdgeShape |
|||
Inherited from b2Shape | |||
---|---|---|---|
density GetDensity(self) -> float32 |
|||
filter GetFilterData(self) -> b2FilterData |
|||
friction GetFriction(self) -> float32 |
|||
isSensor IsSensor(self) -> bool |
|||
restitution GetRestitution(self) -> float32 |
|||
userData GetUserData(self) -> PyObject |
|
|
|
Returns a dictionary representation of self, with dict(var=value [, ...]) additional_ignore can be specified to ignore certain properties.
|
The factory output cannot be created just yet, so store the necessary information to create it later.
|
b2EdgeShape_GetLength(b2EdgeShape self) -> float32 Linear distance from vertex1 to vertex2:. |
b2EdgeShape_GetVertex1(b2EdgeShape self) -> b2Vec2 Local position of vertex in parent body. |
b2EdgeShape_GetVertex2(b2EdgeShape self) -> b2Vec2 Local position of vertex in parent body. |
b2EdgeShape_GetCoreVertex1(b2EdgeShape self) -> b2Vec2 "Core" vertex with TOI slop for b2Distance functions: |
b2EdgeShape_GetCoreVertex2(b2EdgeShape self) -> b2Vec2 "Core" vertex with TOI slop for b2Distance functions: |
b2EdgeShape_GetNormalVector(b2EdgeShape self) -> b2Vec2 Perpendicular unit vector point, pointing from the solid side to the empty side:. |
b2EdgeShape_GetDirectionVector(b2EdgeShape self) -> b2Vec2 Parallel unit vector, pointing from vertex1 to vertex2:. |
b2EdgeShape_GetNextEdge(b2EdgeShape self) -> b2EdgeShape Get the next edge in the chain. |
b2EdgeShape_GetPrevEdge(b2EdgeShape self) -> b2EdgeShape Get the previous edge in the chain. |
b2EdgeShape_SetPrevEdge(b2EdgeShape self, b2EdgeShape edge, b2Vec2 core, b2Vec2 cornerDir, bool convex) |
b2EdgeShape_SetNextEdge(b2EdgeShape self, b2EdgeShape edge, b2Vec2 core, b2Vec2 cornerDir, bool convex) |
|
thisownThe membership flag |
lengthGetLength(self) -> float32 Linear distance from vertex1 to vertex2:. |
vertex1GetVertex1(self) -> b2Vec2 Local position of vertex in parent body. |
vertex2GetVertex2(self) -> b2Vec2 Local position of vertex in parent body. |
coreVertex1GetCoreVertex1(self) -> b2Vec2 "Core" vertex with TOI slop for b2Distance functions: |
coreVertex2GetCoreVertex2(self) -> b2Vec2 "Core" vertex with TOI slop for b2Distance functions: |
nextGetNextEdge(self) -> b2EdgeShape Get the next edge in the chain. |
prevGetPrevEdge(self) -> b2EdgeShape Get the previous edge in the chain. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Feb 24 18:39:58 2009 | http://epydoc.sourceforge.net |