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

NAME

6       rotate_sprite_v_flip_lit  -  Rotates  and  flips a sprite. Allegro game
7       programming library.
8

SYNOPSIS

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

DESCRIPTION

17       Like  rotate_sprite_lit, but flips the image vertically before rotating
18       it.  To flip horizontally, use this routine but add itofix(128) to  the
19       angle.  To  flip  in  both  directions,  use  rotate_sprite()  and  add
20       itofix(128) to its angle.
21
22

SEE ALSO

24       rotate_sprite_lit(3),               rotate_scaled_sprite_v_flip_lit(3),
25       pivot_sprite_v_flip_lit(3),          pivot_scaled_sprite_v_flip_lit(3),
26       exsprite(3)
27
28
29
30Allegro                          version 4.4.3     rotate_sprite_v_flip_lit(3)
Impressum