Bitmap/Bézier curves/Cubic: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 61: Line 61:
=={{header|C}}==
=={{header|C}}==


<C>#include <math.h>
<lang c>#include <math.h>


/* number of segments for the curve */
/* number of segments for the curve */
Line 114: Line 114:
}
}
#undef plot
#undef plot
#undef line</C>
#undef line</lang>


=={{header|OCaml}}==
=={{header|OCaml}}==