Searched refs:csp_line_intersection (Results 1 - 1 of 1) sorted by relevance
/inkscape/share/extensions/ |
H A D | gcodetools.py | 288 for t in csp_line_intersection([x,y],[x,y+5],sp1,sp2) : 833 def csp_line_intersection(l1,l2,sp1,sp2): function 1232 intersections += [ [j,int_] for int_ in csp_line_intersection(l1,l2,s[j-1],s[j])] 5104 roots = csp_line_intersection(l1,l2,sp1,sp2) 6175 intersections += [[j,k] for k in csp_line_intersection([bound[0]-10,current_width], [bound[2]+10,current_width], sp1, sp2)] 6176 intersections += [[j,k] for k in csp_line_intersection([bound[0]-10,current_width+step], [bound[2]+10,current_width+step], sp1, sp2)]
|
Completed in 33 milliseconds