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

/inkscape/share/extensions/
H A Dgcodetools.py133 straight_tolerance = 0.0001 variable
984 if between(alpha,0,a) or min(abs(alpha),abs(alpha-a))<straight_tolerance :
1575 return x-straight_tolerance<=c<=y+straight_tolerance or y-straight_tolerance<=c<=x+straight_tolerance
2312 tang_are_parallel = ((tsa-tea)%math.pi<straight_tolerance or math.pi-(tsa-tea)%math.pi<straight_tolerance )
2315 1-abs(TS*v/(TS.mag()*v.mag()))<straight_tolerance) ):
2359 if R1==None or R2==None or (R1-P0).mag()<straight_tolerance o
[all...]

Completed in 31 milliseconds