Home | Trees | Indices | Help |
|
---|
|
This describes the motion of a body/shape for TOI computation. Shapes are defined with respect to the body origin, which may no coincide with the center of mass. However, to support dynamics we must interpolate the center of mass position.
|
|||
|
|||
|
|||
|
|||
b2Sweep |
|
||
|
|||
|
|||
|
|
|||
thisown The membership flag |
|||
localCenter b2Sweep_localCenter_get(b2Sweep self) -> b2Vec2 |
|||
c0 b2Sweep_c0_get(b2Sweep self) -> b2Vec2 |
|||
c b2Sweep_c_get(b2Sweep self) -> b2Vec2 |
|||
a0 b2Sweep_a0_get(b2Sweep self) -> float32 |
|||
a b2Sweep_a_get(b2Sweep self) -> float32 |
|||
t0 b2Sweep_t0_get(b2Sweep self) -> float32 |
|
|
Returns a dictionary representation of self, with dict(var=value [, ...]) additional_ignore can be specified to ignore certain properties. |
|
b2Sweep_GetXForm(b2Sweep self, b2XForm xf, float32 t) Get the interpolated transform at a specific time. Parameters: ----------- t: the normalized time in [0,1]. |
b2Sweep_Advance(b2Sweep self, float32 t) Advance the sweep forward, yielding a new initial state. Parameters: ----------- t: the new initial time. |
|
thisownThe membership flag |
localCenterb2Sweep_localCenter_get(b2Sweep self) -> b2Vec2 |
c0b2Sweep_c0_get(b2Sweep self) -> b2Vec2 |
cb2Sweep_c_get(b2Sweep self) -> b2Vec2 |
a0b2Sweep_a0_get(b2Sweep self) -> float32 |
ab2Sweep_a_get(b2Sweep self) -> float32 |
t0b2Sweep_t0_get(b2Sweep self) -> float32 |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Feb 24 18:39:59 2009 | http://epydoc.sourceforge.net |