Home
last modified time | relevance | path

Searched defs:Point_to_vector_d (Results 1 – 4 of 4) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DConvex_hull_d_traits_3.h212 struct Point_to_vector_d { struct
213 Vector_d operator()(const Point_d& p) const in operator()
H A DHomogeneous_d.h374 struct Point_to_vector_d { struct
378 Point_to_vector_d point_to_vector_d_object() const in point_to_vector_d_object() argument
H A DCartesian_d.h399 struct Point_to_vector_d { struct
403 Point_to_vector_d point_to_vector_d_object() const in point_to_vector_d_object() argument
/dports/math/cgal/CGAL-5.3/include/CGAL/NewKernel_d/
H A DKernel_d_interface.h69 typedef typename Get_functor<Base, Point_to_vector_tag>::type Point_to_vector_d; typedef