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

Make GlobalEdge undirected #1155

Merged
merged 6 commits into from
Sep 29, 2022
Merged

Make GlobalEdge undirected #1155

merged 6 commits into from
Sep 29, 2022

Conversation

hannobraun
Copy link
Owner

This makes it possible to use GlobalEdge to determine whether two HalfEdges are coincident.

Close #993

I'm about to make `GlobalEdge` undirected, so the vertex order can no
longer be relied on.
The new name is very verbose, but I think that is necessary in order to
make mistakes exceedingly unlikely.
`GlobalEdge` is undirected now, so it no longer makes any sense.
@hannobraun hannobraun merged commit 8ece6e2 into main Sep 29, 2022
@hannobraun hannobraun deleted the ready/edge branch September 29, 2022 10:00
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.

There is no way to determine whether two edges are equal
1 participant