Property | Type | Description | |
---|---|---|---|
A0 | float | ||
C0 | System.Vector2 | ||
LocalCenter | System.Vector2 | ||
T0 | float |
Method | 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 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. |
return | void |