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