The velocity of the object in the simulation at the given time.
@override double dx(double time) => _v * math.pow(_drag, time);