UpdateSpin() private method

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