Свойство | Type | Description | |
---|---|---|---|
A0 | float | ||
C0 | System.Vector2 | ||
LocalCenter | System.Vector2 | ||
T0 | float |
Méthode | Description | |
---|---|---|
Advance ( float t ) : void |
Advance the sweep forward, yielding a new initial state.
|
|
GetTransform ( Box2DX.Common.Transform &xf, float alpha ) : void |
Get the interpolated Transform at a specific time.
|
public Advance ( float t ) : void | ||
t | float | The new initial time. |
Résultat | void |
public GetTransform ( Box2DX.Common.Transform &xf, float alpha ) : void | ||
xf | Box2DX.Common.Transform | |
alpha | float | Alpha is a factor in [0,1], where 0 indicates t0. |
Résultat | void |