spline

Draws a bezier spline using four control points.

Description

void spline(BITMAP *bmp, const int points[8], int color);
Draws a bezier spline using the four control points specified in the points array. Read the description of calc_spline() for information on how to build the points array.
Examples using this:

Related Discussions

The following threads each have code containing this keyword: Note: You can click on the numbers to jump directly to the posts that reference this page.

Related Projects

The following projects include source code containing this keyword: