Sweep Line algorithm for segments intersection
-
Updated
Dec 10, 2021 - Python
Sweep Line algorithm for segments intersection
Pure Python implementation of a sweep line algorithm for line-segment intersections, based on a paper by Mehlhorn and Näher.
Python implementation of Steven Fortune's sweep line algorithm for voronoi graph computation
Add a description, image, and links to the sweep-line topic page so that developers can more easily learn about it.
To associate your repository with the sweep-line topic, visit your repo's landing page and select "manage topics."