-
-
Notifications
You must be signed in to change notification settings - Fork 830
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fuseCut] delaunayGraphCut: add geometry intersections functions
Add new functions to handle intersections with new geometry struct. Allows us to deal with the specific cases of edges and vertices
- Loading branch information
1 parent
0e0049c
commit 91d5f92
Showing
2 changed files
with
186 additions
and
0 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
isnormal doesn't seems to be recognized in gcc 4.9, maybe it could be replaced with std::isnormal?