The "feature" of maxSpeedOnAcceleration should only limit the actual
acceleration while reponse time.
calculateTimeForDistance(): negative acceleration values have to perform
accelerated movement calculations
calculateTimeToCoverDistance(): maxSpeedOnAcceleration must not be
considered anymore after reponse time
The "feature" of maxSpeedOnAcceleration should only limit the actual acceleration while reponse time. calculateTimeForDistance(): negative acceleration values have to perform accelerated movement calculations calculateTimeToCoverDistance(): maxSpeedOnAcceleration must not be considered anymore after reponse time
Fixes #95
Description
Fixes #
Where has this been tested?
Possible Drawbacks
This change is