-
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverse edge in face sweep instead of edge sweep
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
- Loading branch information
1 parent
1030d0a
commit eb780ee
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters