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

FreeBSD Manual Pages

  
 
  

home | help
al_draw_spline(3)	    Library Functions Manual	       al_draw_spline(3)

NAME
     al_draw_spline - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro_primitives.h>

	    void al_draw_spline(const float points[8], ALLEGRO_COLOR color, float thickness)

DESCRIPTION
     Draws a BA(C)zier spline given 4 control points.

     Parameters:

     * points - An array of 4 pairs of coordinates of the 4 control points

     * color - Color of the spline

     * thickness - Thickness of the spline, pass <= 0 to draw a hairline spline

SEE ALSO
     al_calculate_spline(3)

Allegro reference manual				       al_draw_spline(3)

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

home | help