Detection of line segments & polygon edges intersections
-
Updated
Nov 13, 2023 - Python
Detection of line segments & polygon edges intersections
Pure Python implementation of a sweep line algorithm for line-segment intersections, based on a paper by Mehlhorn and Näher.
Solution to 2012 ACM-ICPC World Finals problem: A Safe Bet
Python implementation of Steven Fortune's sweep line algorithm for voronoi graph computation
Sweep Line algorithm for segments intersection
A sweep line algorithm which finds all the intersection points in a layer of wires.
Geometric Alghoritms Project of @usi 20/21
Add a description, image, and links to the sweep-line-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the sweep-line-algorithm topic, visit your repo's landing page and select "manage topics."