Searched defs:biarc_split (Results 1 - 1 of 1) sorted by relevance
/inkscape/share/extensions/ |
H A D | gcodetools.py | 2288 def biarc_split(sp1,sp2, z1, z2, depth): function in function:biarc 2324 return biarc_split(sp1, sp2, z1, z2, depth) 2337 return biarc_split(sp1, sp2, z1, z2, depth) 2362 if d > options.biarc_tolerance and depth<options.biarc_max_split_depth : return biarc_split(sp1, sp2, z1, z2, depth) 4851 def biarc_split(sp1,sp2, z1, z2, depth): function in function:Gcodetools.polyline_to_biarc.biarc 4887 return biarc_split(sp1, sp2, z1, z2, depth) 4900 return biarc_split(sp1, sp2, z1, z2, depth) 4925 if d > options.biarc_tolerance and depth<options.biarc_max_split_depth : return biarc_split(sp1, sp2, z1, z2, depth)
|
Completed in 1665 milliseconds