Mathc initiation/a275
Apparence
Installer et compiler ces fichiers dans votre répertoire de travail.
c00a.c |
---|
/* ------------------------------------ */
/* Save as : c00a.c */
/* ------------------------------------ */
#include "x_hfile.h"
/* ------------------------------------ */
int main(void)
{
printf(" Graph the rational quadratic bezier curve\n\n");
G_Rquadratic_Bezier_2d(
i_ctrl_splot(-20,20,-10,10, 0,0,0,0,0,0),
i_pt2d(10.,00.),
i_pt2d(12.5,05.),
i_pt2d(15.,00.) );
printf(" To see the curve, "
" ... load \"a_main.plt\" ... with gnuplot. \n\n");
stop();
return 0;
}
/* ------------------------------------ */
/* ------------------------------------ */
Présentation de la courbe.