1rotate_scaled_sprite(3)         Allegro manual         rotate_scaled_sprite(3)
2
3
4

NAME

6       rotate_scaled_sprite  -  Rotates  and  stretches a sprite. Allegro game
7       programming library.
8

SYNOPSIS

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

DESCRIPTION

17       Like  rotate_sprite(),  but  stretches or shrinks the image at the same
18       time as rotating it.
19
20

SEE ALSO

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)
Impressum