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

Add join operation #1783

Merged
merged 3 commits into from
Apr 24, 2023
Merged

Add join operation #1783

merged 3 commits into from
Apr 24, 2023

Conversation

hannobraun
Copy link
Owner

This operation can join different cycles together, making sure the respective half-edges refer to the same vertices and global edges. This is an important building block for the new operations API, and specifically for #1713.

The advantage of having this as a reusable operation can be seen in the last commit of this pull request, which makes code that was already doing an ad-hoc join operation much shorter.

@hannobraun hannobraun enabled auto-merge April 24, 2023 08:56
@hannobraun hannobraun merged commit bc1175e into main Apr 24, 2023
@hannobraun hannobraun deleted the join branch April 24, 2023 09:02
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