Mathc initiation/a252
Installer et compiler ces fichiers dans votre répertoire de travail.
c01a.c |
---|
/* ------------------------------------ */
/* Save as : c01a.c */
/* ------------------------------------ */
#include "x_hfile.h"
/* ------------------------------------ */
int main(void)
{
printf(" Graph the quadratic bezier\n\n");
G_quadratic_Bezier_2d(
i_ctrl_splot(-20,20,-10,10, 0,0,0,0,0,0),
i_pt2d(10. ,0.),
i_pt2d(12.5,5.),
i_pt2d(15. ,0.)
);
printf(" To see the curve, "
" ... load \"a_main.plt\" ... with gnuplot. \n\n");
stop();
return 0;
}
/* ------------------------------------ */
/* ------------------------------------ */
Dessinons la courbe et le cercle. Il faut annuler la commande // dans la fonction G_quadratic_Bezier_2d();
// " \"circle\" with linesp lt 1 pt 1,\\\n"