cgal/Distance_3
Mael Rouxel-Labbé b95c60fc9f Avoid needless orientation checks / distance computations
If we are right of the edge, the distance is minimum over the edge...
...and that's it. Computing the distance to a segment is about
as expensive as the orientation check, so no point pinpointing
to check if the min is at a vertex.
2021-04-27 22:40:22 +02:00
..
include/CGAL Avoid needless orientation checks / distance computations 2021-04-27 22:40:22 +02:00
package_info/Distance_3 Commit all new dependencies files 2018-03-06 18:44:48 +01:00
test/Distance_3 Fix double -> int loss 2021-03-26 09:39:15 +01:00