Home
last modified time | relevance | path

Searched refs:Construct_inexact_intersection_2 (Results 1 – 3 of 3) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DPeriodic_4_hyperbolic_Delaunay_triangulation_traits_2.h258 class Construct_inexact_intersection_2
269 Construct_inexact_intersection_2(const Traits& gt = Traits()) : _gt(gt) {} in _gt()
664 …typedef internal::Construct_inexact_intersection_2<Self> Construct_inexact_intersec… typedef
681 Construct_inexact_intersection_2
683 { return Construct_inexact_intersection_2(*this); } in construct_inexact_intersection_2_object()
/dports/math/cgal/CGAL-5.3/demo/Periodic_4_hyperbolic_triangulation_2/include/internal/
H A Dhyperbolic_free_motion_animation.h36 …std::pair<Point,Point> inters = Construct_inexact_intersection_2()(carc->supporting_circle(), poin… in initialize_animation_parameters()
237 …std::pair<Point,Point> inters = Construct_inexact_intersection_2()(carc->supporting_circle(), poin… in animate()
/dports/math/cgal/CGAL-5.3/demo/Periodic_4_hyperbolic_triangulation_2/
H A DP4HDT2.cpp49 typedef Traits::Construct_inexact_intersection_2 Construct_inexact_i… typedef