segment-intersection
There are 8 repositories under segment-intersection topic.
volfegan/GeometricAlgorithms
Geometric Algorithms implemented for Java Processing v3
prochitecture/sweep_intersector
Pure Python implementation of a sweep line algorithm for line-segment intersections, based on a paper by Mehlhorn and Näher.
micycle1/balaban-intersection
Implements the Balaban algorithm for finding intersecting segment pairs from a set of line segments.
stanislav-antonov/bentley-ottmann
Java implementation of Bentley-Ottmann segments intersection finding algorithm
w8r/segment-intersection
Simple two segment intersection
angelmtzr/computational-geometry
This repository contains my own computational geometry Python package: geometric. It covers fundamental algorithms and data structures, with a focus on practical applications.
ashblair/geocomp
2D computational geometry
nol0n/segment_intersection
A B-Tree implementation of sweep line algorithm for segment intersection