Mathc initiation/a264
Apparence
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 cubic bezier\n\n");
G_Cubic_Bezier_2d(
i_ctrl_splot(-20,20,-10,10, 0,0,0,0,0,0),
i_pt2d(10.,00.),
i_pt2d(11.,05.),
i_pt2d(14.,05.),
i_pt2d(15.,00.) );
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_cubic_Bezier_2d();
// " \"circle\" with linesp lt 1 pt 1,\\\n"