Searched defs:csp_from_arc (Results 1 - 1 of 1) sorted by relevance
/inkscape/share/extensions/ |
H A D | gcodetools.py | 939 return csp_from_arc(s, e, c, r, slope) 942 def csp_from_arc(start, end, center, r, slope_st) : function 1994 arc = csp_from_arc(start, end, sp1[1], r, csp_normalized_slope(sp1_l,sp2_l,1.) ) 6408 return csp_from_arc(p1, p2, C1.to_list(), r, t1) 6420 arc1 = csp_from_arc(p1, p1_end, C1.to_list(), r, t1) 6421 arc2 = csp_from_arc(p2_st, p2, C2.to_list(), r, [cos,sin])
|
Completed in 33 milliseconds