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 Kirkpatrick-Seidel algorithm O(n log h) #5

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

make-github-pseudonymous-again commented 9 years ago

http://www.cs.tufts.edu/comp/260/lectures/260-ultimate.pdf

make-github-pseudonymous-again commented 9 years ago

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