1spline(3) Allegro manual spline(3)
2
3
4
6 spline - Draws a Bezier spline using four control points. Allegro game
7 programming library.
8
10 #include <allegro.h>
11
12
13 void spline(BITMAP *bmp, const int points[8], int color);
14
16 Draws a Bezier spline using the four control points specified in the
17 points array. Read the description of calc_spline() for information on
18 how to build the points array.
19
20
22 calc_spline(3), drawing_mode(3), makecol(3), exspline(3)
23
24
25
26Allegro version 4.4.3 spline(3)