math.Rectangle<double> expansionLT(math.Point<double> value) => fromLTWH(topLeft, math.Point<double>(width + value.x, height + value.y));