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

Quickhull orientation fix #110

Merged
merged 7 commits into from
Apr 2, 2017
Merged

Conversation

urschrei
Copy link
Member

This closes #109, but is WIP until I write a few more tests and get some more eyes on it.

@urschrei
Copy link
Member Author

I'm happy that this is generating counter-clockwise hulls now – the tests are pretty exhaustive, match Shapely / GEOS output, and resulting polygons are verified as valid, convex, and counter-clockwise. If anyone can think of any other ways to exercise the algorithm I'm all ears, but otherwise I'm happy for this to merge.

@frewsxcv
Copy link
Member

frewsxcv commented Apr 2, 2017

bors r+

bors bot added a commit that referenced this pull request Apr 2, 2017
110: Quickhull orientation fix r=frewsxcv
This closes #109, but is WIP until I write a few more tests and get some more eyes on it.
@bors
Copy link
Contributor

bors bot commented Apr 2, 2017

Build succeeded

@bors bors bot merged commit 657d1cf into georust:master Apr 2, 2017
@urschrei urschrei deleted the quickhull_orientation_fix branch October 4, 2017 22:49
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

Successfully merging this pull request may close these issues.

Convex Hull is oriented clockwise
3 participants