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

Prepare HalfEdgeBuilder for HalfEdge/PartialHalfEdge unification #1662

Merged
merged 43 commits into from
Mar 9, 2023

Conversation

hannobraun
Copy link
Owner

Once HalfEdge and PartialHalfEdge are unified, which should result in something that looks almost, if not exactly, like HalfEdge does now, the unified HalfEdge will no longer be mutable. This pull request prepares HalfEdgeBuilder for that future, by redesigning it in a way that doesn't require its caller to mutate the PartialHalfEdges it produces.

This is another big step towards addressing #1570.

@hannobraun hannobraun enabled auto-merge March 9, 2023 13:34
@hannobraun hannobraun merged commit 42820b2 into main Mar 9, 2023
@hannobraun hannobraun deleted the unify branch March 9, 2023 13:38
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