Searched refs:arc2 (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/helper/ |
H A D | geom-pathstroke.cpp | 408 Geom::EllipticalArc *arc2 = NULL; local 515 arc2 = circle2.arc(sol, 0.5*(sol+endPt), endPt); 526 arc2 = circle2.arc(sol, 0.5*(sol+endPt), endPt); 612 delete arc2; 613 arc2 = circle2.arc(p2, 0.5*(p2+endPt), endPt); 636 if (arc2) { 637 res.append(*arc2); 651 delete arc2;
|
/inkscape/share/extensions/ |
H A D | gcodetools.py | 994 def csp_to_arc_distance(sp1,sp2, arc1, arc2, tolerance = 0.01 ): # arc = [start,end,center,alpha] 1003 d = min(point_to_arc_distance(p,arc1), point_to_arc_distance(p,arc2)) 2377 arc2 = [ [P2.x,P2.y], 'line', 0, 0, [P4.x,P4.y], [zm,z2] ] 2379 arc2 = [ [P2.x,P2.y], 'arc', [R2.x,R2.y], a2, [P4.x,P4.y], [zm,z2] ] 2381 return [ arc1, arc2 ] 4940 arc2 = [ [P2.x,P2.y], 'line', 0, 0, [P4.x,P4.y], [zm,z2] ] 4942 arc2 = [ [P2.x,P2.y], 'arc', [R2.x,R2.y], a2, [P4.x,P4.y], [zm,z2] ] 4944 return [ arc1, arc2 ] 6421 arc2 = csp_from_arc(p2_st, p2, C2.to_list(), r, [cos,sin]) 6422 return csp_concat_subpaths(arc1,arc2) [all...] |
Completed in 35 milliseconds