Home
last modified time | relevance | path

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

/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/
H A DwallOverlap.cpp135 …const coord_t overlap_length_2 = vSize(other_to - other_from); //Twice the length of the overlap a… in getApproxOverlapArea() local
144 …const coord_t overlap_length_2 = vSize(from - to); //Twice the length of the overlap area, alongsi… in getApproxOverlapArea() local
179 …const coord_t overlap_length_2 = to_proj + other_to_proj; //Twice the length of the overlap area, … in getApproxOverlapArea() local
199 …const coord_t overlap_length_2 = from_proj + other_from_proj; //Twice the length of the overlap ar… in getApproxOverlapArea() local
207 …const coord_t overlap_length_2 = vSize(from_middle - to_middle); //(An approximation of) twice the… in getApproxOverlapArea() local