Home
last modified time | relevance | path

Searched refs:quadraticBezierPoint (Results 1 – 1 of 1) sorted by relevance

/plugin/sketchcanvas/phplib/
H A Dimage.php198 function quadraticBezierPoint($a, $b, $c, $t){ function
303 $p1 = quadraticBezierPoint($pts[0], $pts[1], $pts[2], $t / $divs);