pivot_scaled_sprite(3) - Linux man page
Name
pivot_scaled_sprite - Rotates and stretches a sprite around a specified point. Allegro game programming library.Synopsis
#include <allegro.h>void pivot_scaled_sprite(BITMAP *bmp, BITMAP *sprite, int x, int y, int cx, int cy, fixed angle, fixed scale);