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

/inkscape/share/extensions/
H A Dgcodetools.py255 if point_to_point_d2(sp1[1],sp2[1])<=tolerance and point_to_point_d2(sp1[2],sp2[1])<=tolerance and point_to_point_d2(sp1[1],sp2[0])<=tolerance :
323 if point_to_point_d2(csp[i][0][1] , csp[i][-1][1])> tolerance**2 :
1101 def point_to_point_d2(a,b): function
2875 if point_to_point_d2(p,s)>0.000001 and point_to_point_d2(p,e)>0.000001 :
2885 if point_to_point_d2(p,s)>0.000001 and point_to_point_d2(p,e)>0.000001 :
2893 if (point_to_point_d2(
[all...]

Completed in 35 milliseconds