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