sweep-line-algorithm topic
List
sweep-line-algorithm repositories
sweepline-intersections
66
Stars
6
Forks
Watchers
A small module using a sweepline algorithm to detect intersections (& self-intersections) in polygons or polylines.
sweep_intersector
15
Stars
4
Forks
Watchers
Pure Python implementation of a sweep line algorithm for line-segment intersections, based on a paper by Mehlhorn and Näher.
bentley_ottmann
17
Stars
3
Forks
Watchers
Detection of line segments & polygon edges intersections
FortuneAlgo
17
Stars
5
Forks
Watchers
C++ implementation of Fortune algorithm for Voronoi diagram construction