UpdateSpin() private method

Updates the spin velocity and spin angle for the shape.
private UpdateSpin ( float dt ) : void
dt float Simulation timestep.
return void
Exemplo n.º 1
0
 internal void UpdateAtEndOfUpdate(float dt)
 {
     shape.UpdateSpin(dt);
 }
Exemplo n.º 2
0
 internal void UpdateAtEndOfUpdate(Fix64 dt)
 {
     shape.UpdateSpin(dt);
 }