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

NAME

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

SYNOPSIS

10       #include <allegro.h>
11
12
13       void rotate_scaled_sprite_trans(BITMAP *bmp, BITMAP *sprite, int x, int
14       y, fixed angle, fixed scale);
15

DESCRIPTION

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

SEE ALSO

22       rotate_sprite_trans(3),           rotate_scaled_sprite_v_flip_trans(3),
23       pivot_scaled_sprite_trans(3),      pivot_scaled_sprite_v_flip_trans(3),
24       exrotscl(3)
25
26
27
28Allegro                          version 4.4.3   rotate_scaled_sprite_trans(3)
Impressum