package
1.2.120
Repository: https://github.com/searking/golang.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
Pt is shorthand for Point[E]{X, Y}.
Rect is shorthand for Rectangle[E]{Pt(x0, y0), Pt(x1, y1)}.
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.

# Structs

A Point is an X, Y coordinate pair.
No description provided by the author