-1)" /> </g> </svg> The control points are obtained by optimisation, using Scilab : see source code at File:sinus_par_Bezier_cubique.svg. I, the copyright...
******************************** // * Courbe de Bézier quadratique * // ******************************** function [X] = bezierQ(P, t) unMoinsT = [1 ; 1]*(1 - t); tMat...