-
-
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.
This check essentially verified that the length of a half-edge is non-zero, but I don't think this is actually important. At least I can't think of a reason why it wouldn't work, and there might be legitimate use cases. What is important, is whether the vertices that bound the half-edge are coincident, but in this regard, this check could have lead to false positives, as the half-edge could be bounded by the same vertex on both sides. In addition, there are other validation checks that check for coincident vertices, either existing in code, or tracked in issues.
- Loading branch information
1 parent
64784f5
commit 0c5e7b1
Showing
1 changed file
with
3 additions
and
93 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