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