Home
last modified time | relevance | path

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

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/Fill/
H A DFillAdaptive.cpp852 … auto collinear_front = collinear_segment(poly.points.front(), poly.points.back(), &poly); in connect_lines_using_hooks() local
854 …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()