@protected double resolvedPrevious(double maxPreviousExtent) { return p.isFinite ? math.max(0.0, p) : math.max(0.0, maxPreviousExtent); }