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

Ensure triangulated vertices are not collinear #58

Merged
merged 1 commit into from
Apr 8, 2018
Merged

Ensure triangulated vertices are not collinear #58

merged 1 commit into from
Apr 8, 2018

Conversation

martin-braun
Copy link
Contributor

Prevents trying to create sub-polygons (triangles) with less than 3 non-collinear points when triangulating a polygon.

fixes #55

Instead of the fix 47d64e4 by @TannerRogalsky this will not count the skipped counter on collinear matche. @vrld please validate what's the appropriate way here.

…on-collinear points when triangulating a polygon

fixes #55
@vrld vrld merged commit 5849075 into vrld:master Apr 8, 2018
@vrld
Copy link
Owner

vrld commented Apr 8, 2018

I think this is more robust than 47d64e4. Thanks

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