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

/inkscape/share/extensions/
H A Dgcodetools.py570 a1,a2 = bez_split(a,0.5)
571 b1,b2 = bez_split(b,0.5)
577 a1,a2 = bez_split(a,0.5)
581 b1,b2 = bez_split(b,0.5)
1356 def bez_split(a,t=0.5) : function

Completed in 36 milliseconds