Searched defs:print_ (Results 1 - 1 of 1) sorted by relevance
/inkscape/share/extensions/ |
H A D | gcodetools.py | 109 print_("Slope error x = %s*t^3+%s*t^2+%s*t+%s, y = %s*t^3+%s*t^2+%s*t+%s, t = %s, dx==dy==0" % (ax,bx,cx,dx,ay,by,cy,dy,t)) 110 print_(((bx0,by0),(bx1,by1),(bx2,by2),(bx3,by3))) 357 print_("bound_to_bound", min_dist, max_dist) 1625 ### print_ prints any arguments into specified log file 1628 def print_(*arg): function 1877 print_(sp) 1903 print_("Offset start at %s"% time_) 1904 print_("Offset radius %s"% r) 2033 #print_(csp_seg_to_point_distance(sp1_r,sp2_r, (P(csp_at_t(sp1,sp2,.25)) + P(csp_normalized_normal(sp1,sp2,.25))*r).to_list())[0], tolerance) 2080 print_("Offse [all...] |
Completed in 52 milliseconds