The velocity of the object in the simulation at the given time.
@override double dx(double time) { if (isDone(time)) { return 0.0; } return velocityPixelsPerSecond; }