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

Validate approximations before using them for triangulation #1058

Merged
merged 11 commits into from
Sep 8, 2022
Merged

Conversation

hannobraun
Copy link
Owner

This has helped me find the problems I addressed in #1055 and #1056, and I think it's going to be a useful line of defense against approximation bugs in the future.

It's not very useful in its current state, and it's getting in the way
of some changes I need to make. I think re-adding something like it
later, as necessary, will be easier than carrying it around the whole
time.
Instead of `Face` itself. This decouples the approximation from the
triangulation, and provides the caller with more flexibility.
Implement it for everything that approximates into faces.
@hannobraun hannobraun merged commit a96f0cf into main Sep 8, 2022
@hannobraun hannobraun deleted the approx branch September 8, 2022 10:25
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.

1 participant