# Functions
Pt2f is shorthand for Point2f{X, Y}.
Rect2f is shorthand for Rectangle2f{Pt(x0, y0), Pt(x1, y1)}.
No description provided by the author
ScaleLineSegment segment's size to length flexible in limit.
ScaleRectangleBySize scale rect to size flexible in limit.
UnionPoints returns the smallest rectangle that contains all points.
UnionRectangles returns the smallest rectangle that contains all rectangles, empty rectangles excluded.