The position of the object in the simulation at the given time.
@override double x(double time) => _x + _v * time + 0.5 * _a * time * time;