Searched refs:balf (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A Dbezmisc.py188 # balf = Bezier Arc Length Function
190 def balf(t): function
221 return Simpson(balf, 0.0, 1.0, 4096, tolerance)
229 curlen = Simpson(balf, 0.0, t, 4096, tolerance)
238 curlen = Simpson(balf, 0.0, t, 4096, tolerance)

Completed in 14 milliseconds