Replies: 1 comment
-
maybe this can be used to verify the existing convex hull implementation, applied to that it should always return the same hull |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This implementation uses the Graham's scan algorithm to find the convex hull of the points, and the resulting sorted_ring contains the points forming a closed linear ring without self-intersections.
Beta Was this translation helpful? Give feedback.
All reactions