Home
last modified time | relevance | path

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

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DPeriodic_4_hyperbolic_Delaunay_triangulation_traits_2.h563 bool on_open_side = ((p.y() + std::tan(CGAL_PI / 8.) * p.x()) < 0.0); in operator() local
583 if(on_open_side) in operator()