Home
last modified time | relevance | path

Searched defs:Is_convex_2 (Results 1 – 3 of 3) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DArr_geodesic_arc_on_sphere_partition_traits_2.h280 struct Is_convex_2 struct
282 template <typename T> Is_convex_2(T) {} in Is_convex_2() argument
289 Is_convex_2 is_convex_2_object() const { return Is_convex_2(); } in is_convex_2_object() argument
H A Dpolygon_function_objects.h41 Is_convex_2(const Traits& t): traits(t) {} in Is_convex_2() function
H A Dpartition_is_valid_2.h248 typedef typename Traits::Is_convex_2 Is_convex_2; in convex_partition_is_valid_2() typedef