.\" Generated by the Allegro makedoc utility .TH spline 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME spline \- Draws a Bezier spline using four control points. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void spline(BITMAP *bmp, const int points[8], int color); .SH DESCRIPTION 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. .SH SEE ALSO .BR calc_spline (3alleg4), .BR drawing_mode (3alleg4), .BR makecol (3alleg4), .BR exspline (3alleg4)