logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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.

Name

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

See Also

calc_spline(3alleg4), drawing_mode(3alleg4), makecol(3alleg4), exspline(3alleg4)

Allegro                                           version 4.4.3                                  spline(3alleg4)

Synopsis

#include<allegro.h>voidspline(BITMAP*bmp,constintpoints[8],intcolor);

See Also