Searched refs:collinear_front (Results 1 – 1 of 1) sorted by relevance
852 … auto collinear_front = collinear_segment(poly.points.front(), poly.points.back(), &poly); in connect_lines_using_hooks() local854 …assert(! collinear_front.first || ! collinear_back.first || collinear_front.first != collinear_bac… in connect_lines_using_hooks()855 if (collinear_front.first) { in connect_lines_using_hooks()856 Polyline &other = *collinear_front.first; in connect_lines_using_hooks()858 … poly.points.front() = collinear_front.second ? other.points.back() : other.points.front(); in connect_lines_using_hooks()