Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
spline(3)			 Allegro manual 		       spline(3)

NAME
     spline - Draws a Bezier spline using four control points. Allegro game pro-
     gramming library.

SYNOPSIS
     #include <allegro.h>

     void spline(BITMAP *bmp, const int points[8], int color);

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.

SEE ALSO
     calc_spline(3), drawing_mode(3), makecol(3), exspline(3)

Allegro 			  version 4.4.3 		       spline(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=spline&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help