-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Face edges not always present in triangulation #430
Comments
#105 has been addressed. This issue is no longer blocked. I forgot to label this as https://github.com/hannobraun/Fornjot/labels/status%3A%20blocked in the first place. |
Here's a more minimal example:
|
Thank you, @willhansen! |
Converted example to failing unit test: |
That's great, @willhansen, thank you! Would you mind slapping an |
…sing-edges Add ignored failing unit test for triangulation bug #430
It's possible that edges of a face don't show up in the triangulation, which is obviously an invalid result. It's relatively easy to come up with an example, once you know what to look for. Check out this quick sketch I did:
There's a face on the left, and a possible Delaunay triangulation of that face on the right. The long vertical edge that I specially marked is not present in the triangulation.
Thanks to @alexoro412, who reported this issue in #105!
This should be pretty easy to fix, hopefully. Spade can do constrained Delaunay triangulations, which should take care of this issue.
Blocked on #105, since I believe we should have a test suite in place before fixing more triangulation issues.
The text was updated successfully, but these errors were encountered: