1spline(3)                       Allegro manual                       spline(3)
2
3
4

NAME

6       spline  - Draws a Bezier spline using four control points. Allegro game
7       programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void spline(BITMAP *bmp, const int points[8], int color);
14

DESCRIPTION

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

SEE ALSO

22       calc_spline(3), drawing_mode(3), makecol(3), exspline(3)
23
24
25
26Allegro                          version 4.4.2                       spline(3)
Impressum