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

/inkscape/share/extensions/
H A Dsimpletransform.py172 cmin, cmax = cubicExtrema(pathcomp[i-1][1][0], pathcomp[i-1][2][0], pathcomp[i][0][0], pathcomp[i][1][0])
175 cmin, cmax = cubicExtrema(pathcomp[i-1][1][1], pathcomp[i-1][2][1], pathcomp[i][0][1], pathcomp[i][1][1])
180 def cubicExtrema(y0, y1, y2, y3): function

Completed in 14 milliseconds