Searched defs:csp_subpaths_end_to_start_distance2 (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A Dgcodetools.py1222 def csp_subpaths_end_to_start_distance2(s1,s2): function
1280 if csp_subpaths_end_to_start_distance2(joined_result[j],s1) <0.000001 :
1285 if csp_subpaths_end_to_start_distance2(s1,joined_result[j]) <0.000001 :
1926 if csp_subpaths_end_to_start_distance2(result,offset)<0.0001 :
1999 if csp_subpaths_end_to_start_distance2(prev,arc)>0.00001 :
2011 if csp_subpaths_end_to_start_distance2(arc,next)>0.00001 :
2241 if csp_subpaths_end_to_start_distance2(s,s) > 0.001 :
2245 draw_pointer(s[0][1], comment= csp_subpaths_end_to_start_distance2(s,s))
2246 draw_pointer(s[-1][1], comment = csp_subpaths_end_to_start_distance2(s,s))

Completed in 31 milliseconds