Segments intersection detection library
-
Updated
Jul 15, 2024 - JavaScript
Segments intersection detection library
simple Java implementation of Bentley-Ottmann sweep line algorithm for listing all intersections in a set of line segments
Detection of line segments & polygon edges intersections
Bentley-Ottman sweepline algorithm implementation in js
Fast polyline (line segments) intersection (fast version of bentley-ottmann and more than that)
This repo contains the process of implementing computational geometry algorithms such as Convex Hull, Bentley-Ottmann Sweep Line, Subdivison Intersection and Voronoi.
Java implementation of Bentley-Ottmann segments intersection finding algorithm
Simple implementation of bentley ottmann algorithm in c++ to find intersections between segments
Bentley Ottman Algorithm to find the intersection points in the 2d plane for lines. The algorithm is input sensitive and has a running time complexity of O((N + K) log N) and space complexity of O(N).
Add a description, image, and links to the bentley-ottmann topic page so that developers can more easily learn about it.
To associate your repository with the bentley-ottmann topic, visit your repo's landing page and select "manage topics."