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

Fix sweep algorithm assuming xy-plane #1063

Merged
merged 8 commits into from
Sep 8, 2022
Merged

Fix sweep algorithm assuming xy-plane #1063

merged 8 commits into from
Sep 8, 2022

Conversation

hannobraun
Copy link
Owner

Close #990

From the perspective of the edge sweep operation, there is no such thing
as a negative direction. This is only relevant to the face sweep, so it
makes more sense to do it there.

And in fact, the edge sweep operation can't even decide whether it
*should* reverse. The way the decision is made right now is incorrect:
#990
@hannobraun hannobraun enabled auto-merge September 8, 2022 12:47
@hannobraun hannobraun merged commit dc96634 into main Sep 8, 2022
@hannobraun hannobraun deleted the sweep branch September 8, 2022 12:54
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.

Sweep algorithm assumes it's sweeping objects in x-y plane
1 participant