Query: spline
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
spline(3alleg4) Allegro manual spline(3alleg4)NAMEspline - Draws a Bezier spline using four control points. Allegro game programming library.SYNOPSIS#include <allegro.h> void spline(BITMAP *bmp, const int points[8], int color);DESCRIPTIONDraws 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 ALSOcalc_spline(3alleg4), drawing_mode(3alleg4), makecol(3alleg4), exspline(3alleg4) Allegro version 4.4.2 spline(3alleg4)
Related Man Pages |
---|
exspline(3alleg4) - debian |
exspline(3alleg4) - opendarwin |
calc_spline(3alleg4) - suse |
calc_spline(3alleg4) - linux |
calc_spline(3alleg4) - v7 |
Similar Topics in the Unix Linux Community |
---|
interpolting (spline) |