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, that each half-edge in a shell has a sibling it forms a pair with #2064

Merged
merged 6 commits into from
Oct 20, 2023

Conversation

hannobraun
Copy link
Owner

The new validation check replaces the previous overly flexible water-tightness check. I also took the opportunity to update the documentation of HalfEdge, while I was at it.

This also increases consistency with the names in the test suite.
This tightens down the requirements on half-edges again, requiring that
each half-edge has exactly one congruent sibling.
It's basically the same as the check for half-edge pairs, but allows for
a degree of flexibility that is frankly unnecessary.
@hannobraun hannobraun enabled auto-merge October 20, 2023 08:47
@hannobraun hannobraun merged commit 2c1f39b into main Oct 20, 2023
@hannobraun hannobraun deleted the edge branch October 20, 2023 08:50
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