https://github.com/cvdlab/line-segments-intersections
An implementation of the Bentley–Ottmann sweep line algorithm for detecting crossings in a set of line segments.
https://github.com/cvdlab/line-segments-intersections
Last synced: 5 months ago
JSON representation
An implementation of the Bentley–Ottmann sweep line algorithm for detecting crossings in a set of line segments.
- Host: GitHub
- URL: https://github.com/cvdlab/line-segments-intersections
- Owner: cvdlab
- Created: 2016-05-11T14:07:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-30T16:18:19.000Z (over 9 years ago)
- Last Synced: 2025-06-25T01:06:18.870Z (7 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 6
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# line-segments-intersections