math.Rectangle<double> expansion(num value) { return fromCenter( center, math.Point<double>(width + value, height + value)); }