make-github-pseudonymous-again / js-convex-hull-2d

:gem: Convex hull algorithms in R² for JavaScript
https://make-github-pseudonymous-again.github.io/js-convex-hull-2d
GNU Affero General Public License v3.0
1 stars 0 forks source link

compute convex hull using the incremental algorithm O(n log n) #4

Open make-github-pseudonymous-again opened 8 years ago

make-github-pseudonymous-again commented 8 years ago

I have yet to discover if this one (Michael Kallay, 1984) is the same as the online one I already implemented. I didn't find any source for the moment.

make-github-pseudonymous-again commented 8 years ago

migrated from https://github.com/aureooms/js-cg/issues/33