Searched defs:Is_convex_2 (Results 1 – 3 of 3) sorted by relevance
280 struct Is_convex_2 struct282 template <typename T> Is_convex_2(T) {} in Is_convex_2() argument289 Is_convex_2 is_convex_2_object() const { return Is_convex_2(); } in is_convex_2_object() argument
41 Is_convex_2(const Traits& t): traits(t) {} in Is_convex_2() function
248 typedef typename Traits::Is_convex_2 Is_convex_2; in convex_partition_is_valid_2() typedef