There are 0 repository under segment-intersection topic.
Geometric Algorithms implemented for Java Processing v3
Pure Python implementation of a sweep line algorithm for line-segment intersections, based on a paper by Mehlhorn and Näher.
Implements the Balaban algorithm for finding intersecting segment pairs from a set of line segments.
Java implementation of Bentley-Ottmann segments intersection finding algorithm
This repository contains my own computational geometry Python package: geometric. It covers fundamental algorithms and data structures, with a focus on practical applications.
A B-Tree implementation of sweep line algorithm for segment intersection