1rotate_scaled_sprite(3) Allegro manual rotate_scaled_sprite(3)
2
3
4
6 rotate_scaled_sprite - Rotates and stretches a sprite. Allegro game
7 programming library.
8
10 #include <allegro.h>
11
12
13 void rotate_scaled_sprite(BITMAP *bmp, BITMAP *sprite, int x, int y,
14 fixed angle, fixed scale);
15
17 Like rotate_sprite(), but stretches or shrinks the image at the same
18 time as rotating it.
19
20
22 rotate_sprite(3), rotate_scaled_sprite_v_flip(3),
23 pivot_scaled_sprite(3), pivot_scaled_sprite_v_flip(3), exrotscl(3)
24
25
26
27Allegro version 4.4.3 rotate_scaled_sprite(3)