Searched defs:csp_at_t (Results 1 - 1 of 1) sorted by relevance
/inkscape/share/extensions/ |
H A D | gcodetools.py | 291 x1,y1 = csp_at_t(sp1,sp2,t) 312 x1,y1 = csp_at_t(sp1,sp2,t) 366 # draw_pointer( list(csp_at_t(subpath[dist[2]-1],subpath[dist[2]],dist[3])) 367 # +list(csp_at_t(csp[dist[4]][dist[5]-1],csp[dist[4]][dist[5]],dist[6])),"red","line", comment = math.sqrt(dist[0])) 391 p1 = csp_at_t(sp1,sp2,t) 428 #draw_pointer(csp_at_t(sp1,sp2,t1)) 474 # draw_pointer( list(csp_at_t(csp1[dist[1]][dist[2]-1],csp1[dist[1]][dist[2]],dist[3])) 475 # + list(csp_at_t(csp2[dist[4]][dist[5]-1],csp2[dist[4]][dist[5]],dist[6])), "#507","line") 751 def csp_at_t(sp1,sp2,t): function 768 return csp_at_t(sp [all...] |
Completed in 23 milliseconds