#include #include #include #include typedef CGAL::Exact_predicates_inexact_constructions_kernel K; typedef CGAL::Regular_triangulation_sphere_traits_2 Gt; typedef Gt::Point_2 Point; typedef Gt::Orientation_2 Orientation_2; typedef Gt::Power_test_2 Power_test_2; int main() { Point P0=Point(0,0,0); Point P1=Point(1,0,0); Point P2=Point(0,1,0); Point P3=Point(0,0,1); Point P4=Point(1,1,1); Point P5=Point(-1,-1,-1); Point P6=Point(0.5,0.5,0); Point P7=Point(2,0,0); Point P8=Point(0.5,0,0); Point P9=Point(1,1,0); Point P10=Point(0.25,0.25,0); Point P11=Point(0.5,0,0.5); Point P12=Point(0.5,0,-0.5); Point P13=Point(0,0,0.5); Point P14=Point(-1,0,0); CGAL::Oriented_side result; //default constructor with sphere (0,0,0) Gt traits=Gt(); std::cout<<"Test power_test_2"<