UpdateSpin() private method

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