Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convex Hull computed is counter clockwise and not clockwise #2

Open
keldaan-ag opened this issue Oct 25, 2017 · 1 comment
Open

Convex Hull computed is counter clockwise and not clockwise #2

keldaan-ag opened this issue Oct 25, 2017 · 1 comment

Comments

@keldaan-ag
Copy link

Hello,
I went into a problem when using your (otherwise very nice :) ) module:

Line 14 in convexhull.js:

// returns convex hull in CW order

should be

// returns convex hull in CCW order

as the order of points is counter clockwise in the hull.

Cheers,

@geidav
Copy link
Owner

geidav commented Oct 29, 2017

Hi!

Thanks for letting me know. I'll look into it.

David

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants