The position of the object in the simulation at the given time.
@override double x(double time) => isDone(time) ? _end : _normalX(time);