Home
last modified time | relevance | path

Searched defs:Contained_in_affine_hull_d (Results 1 – 5 of 5) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DConvex_hull_d_traits_3.h160 struct Contained_in_affine_hull_d { struct
162 bool operator()(I s, I e, const Point_d& p) in operator()
H A DRegular_triangulation_traits_adapter.h160 Contained_in_affine_hull_d(const RTTraits &kernel) in Contained_in_affine_hull_d() function
H A DHomogeneous_d.h243 typedef Contained_in_affine_hullHd<Self> Contained_in_affine_hull_d; typedef
H A DCartesian_d.h264 typedef Contained_in_affine_hullCd<Self> Contained_in_affine_hull_d; typedef
/dports/math/cgal/CGAL-5.3/include/CGAL/NewKernel_d/
H A DKernel_d_interface.h64 … typedef typename Get_functor<Base, Contained_in_affine_hull_tag>::type Contained_in_affine_hull_d; typedef