forked from sofa-framework/sofa
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Geometry] Update method intersectionWithEdge signature and redirect …
…all methods to it in EdgeSetGeometryAlgorithms (sofa-framework#4194) * [Geometry] Update method signature of intersectionWithEdge to pass barycentric coordinates instead of 3D coord. * [Topology.Container] Update all method compute2EdgesIntersection to use the generic method in Edge class * Apply suggestions from code review Co-authored-by: Frederick Roy <[email protected]> * Update EdgeSetGeometryAlgorithms.inl * Update EdgeSetGeometryAlgorithms.inl * fix sofacuda * Fix snapping error * Fix incision test output values * Update Sofa/Component/Topology/Container/Dynamic/src/sofa/component/topology/container/dynamic/EdgeSetGeometryAlgorithms.h Co-authored-by: Paul Baksic <[email protected]> --------- Co-authored-by: Frederick Roy <[email protected]> Co-authored-by: Frederick Roy <[email protected]> Co-authored-by: Paul Baksic <[email protected]>
- Loading branch information
1 parent
7eec68b
commit df6198a
Showing
7 changed files
with
124 additions
and
145 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
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
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
Oops, something went wrong.