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 sweep operation slightly more correct #248

Merged
merged 5 commits into from
Feb 24, 2022
Merged

Make sweep operation slightly more correct #248

merged 5 commits into from
Feb 24, 2022

Conversation

hannobraun
Copy link
Owner

This came out of my work on #178. It makes the topological information generated by the sweep operation (the side walls, specifically) more correct. I don't think this causes any user-visible changes, but it's good none the less, and prepares for further work here.

By sweeping each cycle separately, the number of cases where the
algorithm is producing wrong data is reduced.

Previously, it was basically only correct, if there was a single edge in
the original shape. Now, it's at least correct, if there's a single edge
per cycle.
I want to reuse them very soon.
@hannobraun hannobraun merged commit 8623787 into main Feb 24, 2022
@hannobraun hannobraun deleted the sweep2 branch February 24, 2022 16:36
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