Home
last modified time | relevance | path

Searched defs:overlap_top (Results 1 – 2 of 2) sorted by relevance

/dports/astro/pp3/pp3-1.3.3/
H A Dpp3.cc247 const double overlap_top= my_fmin(top,top2); in penalties_with() local
287 const double overlap_top= my_fmin(top,top2); in penalties_with() local
368 const double overlap_top= my_fmin(top,top2); in penalties_with() local
841 const double overlap_top= my_fmin(top1,top2); in calculate_overlap() local
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/Fill/
H A DFillRectilinear.cpp1736 static SegmentIntersection* overlap_top(SegmentIntersection &start, SegmentIntersection &end, Segme… in traverse_graph_generate_polylines() function