Sponsor:

Your company here, and a link to your site. Click to find out more.

al_draw_spline - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro_primitives.h>

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

Description

Draws a Bézier spline given 4 control points.

Parameters:

See Also

al_calculate_spline(3)

Referenced By

al_calculate_spline(3).

Allegro reference manual