advance abstract method

double advance(
  1. double dt
)

Advances this controller's internal clock by dt, returning any leftover time once finished.

Implementation

double advance(double dt);