Geometric Algorithms implemented for Java Processing v3
-
Updated
Jun 12, 2022 - Processing
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.
Java implementation of Bentley-Ottmann segments intersection finding algorithm
Implements the Balaban algorithm for finding intersecting segment pairs from a set of line segments.
This repository contains my own computational geometry Python package: geometric. It covers fundamental algorithms and data structures, with a focus on practical applications.
2D computational geometry
A B-Tree implementation of sweep line algorithm for segment intersection
Add a description, image, and links to the segment-intersection topic page so that developers can more easily learn about it.
To associate your repository with the segment-intersection topic, visit your repo's landing page and select "manage topics."