.\" Generated by the Allegro makedoc utility .TH rotate_scaled_sprite 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME rotate_scaled_sprite \- Rotates and stretches a sprite. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void rotate_scaled_sprite(BITMAP *bmp, BITMAP *sprite, int x, int y, .B fixed angle, fixed scale); .SH DESCRIPTION Like rotate_sprite(), but stretches or shrinks the image at the same time as rotating it. .SH SEE ALSO .BR rotate_sprite (3alleg4), .BR rotate_scaled_sprite_v_flip (3alleg4), .BR pivot_scaled_sprite (3alleg4), .BR pivot_scaled_sprite_v_flip (3alleg4), .BR exrotscl (3alleg4)