1rotate_scaled_sprite_v_flip(3) Allegro manual rotate_scaled_sprite_v_flip(3)
2
3
4
6 rotate_scaled_sprite_v_flip - Rotates, stretches and flips a sprite.
7 Allegro game programming library.
8
10 #include <allegro.h>
11
12
13 void rotate_scaled_sprite_v_flip(BITMAP *bmp, BITMAP *sprite, int x,
14 int y, fixed angle, fixed scale);
15
17 Draws the sprite, similar to rotate_scaled_sprite() except that it
18 flips the sprite vertically first.
19
20
22 rotate_sprite(3), rotate_scaled_sprite(3), rotate_sprite_v_flip(3)
23
24
25
26Allegro version 4.4.3 rotate_scaled_sprite_v_flip(3)