We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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,
The text was updated successfully, but these errors were encountered:
Hi!
Thanks for letting me know. I'll look into it.
David
Sorry, something went wrong.
No branches or pull requests
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,
The text was updated successfully, but these errors were encountered: