make-github-pseudonymous-again/js-convex-hull-2d
:gem: Convex hull algorithms in R² for JavaScript
JavaScriptAGPL-3.0
Issues
- 0
fix quickhull
#9 opened by make-github-pseudonymous-again - 1
Chan's Algorithm
#7 opened by make-github-pseudonymous-again - 0
handle case n < 4 properly
#10 opened by make-github-pseudonymous-again - 0
- 1
- 1
compute convex hull using the Kirkpatrick-Seidel algorithm O(n log h)
#5 opened by make-github-pseudonymous-again - 1
compute convex hull using the incremental algorithm O(n log n)
#4 opened by make-github-pseudonymous-again - 1
compute convex hull using the online algorithm O(log n) per additional vertex
#3 opened by make-github-pseudonymous-again - 1
compute convex hull using the dynamic algorithm O(log² n) per added or removed vertex
#2 opened by make-github-pseudonymous-again - 1