Module polygon

Source

Functions§

get_points_from_el
make_hull
make_hull_from_elements
make_hull_presorted
Returns the convex hull, assuming that each points[i] <= points[i + 1]. Runs in O(n) time.
point_comparator
point_in_polygon

Type Aliases§

ElPoints