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

Chan's Algorithm #7

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

make-github-pseudonymous-again commented 9 years ago

Implement Chan's output sensitive algorithm.

Here : https://github.com/aureooms/js-cg/blob/master/js/src/d2/ch/chan.js

Reference

make-github-pseudonymous-again commented 9 years ago

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