First move the C2 and H2 pedicate and construction files operating on the RT

This commit is contained in:
Andreas Fabri
2016-11-03 13:07:50 +01:00
committed by Jane Tournois
parent 9e94ee6178
commit 7d35bb0a8b
8 changed files with 133 additions and 106 deletions
@@ -30,6 +30,7 @@
#include <CGAL/Kernel/Return_base_tag.h>
#include <CGAL/predicates/sign_of_determinant.h>
#include <CGAL/Homogeneous/Regular_triangulation_rtH3.h>
#include <CGAL/Homogeneous/Regular_triangulation_rtH2.h>
namespace CGAL {
@@ -4285,6 +4286,9 @@ namespace HomogeneousKernelFunctors {
return s.rep().orientation();
}
};
template < typename K >
class Power_side_of_power_sphere_3
{