Home
last modified time | relevance | path

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

/dports/math/cgal/CGAL-5.3/include/CGAL/Apollonius_graph_2/
H A DBounded_side_of_ccw_circle_C2.h56 bool is_first_root = CGAL::is_negative(vr.c2()); in operator() local
63 if ( is_first_root ) { in operator()
H A DPredicate_constructions_C2.h129 inline bool is_first_root() const { return CGAL::is_negative(_c2); } in is_first_root() function
306 inline bool is_first_root() const { in is_first_root() function
H A DFinite_edge_test_C2.h172 bool is_first_root1 = vc1.is_first_root(); in operator()
173 bool is_first_root2 = vc2.is_first_root(); in operator()