recede abstract method

double recede(
  1. double dt
)

Similar to advance(), but makes the effect controller move back in time.

If the supplied amount of time dt would push the effect past its starting point, then the effect stops at the start and the "leftover" portion of dt is returned.

Implementation

double recede(double dt);