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

NAME

6       pivot_sprite_v_flip_trans  - Rotates and flips a sprite around a speciā€
7       fied point. Allegro game programming library.
8

SYNOPSIS

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

DESCRIPTION

17       Like  rotate_sprite_v_flip_trans(),  but aligns the point in the sprite
18       given by (cx, cy) to (x, y) in the bitmap,  then  rotates  around  this
19       point.
20
21

SEE ALSO

23       rotate_sprite_trans(3),                  rotate_sprite_v_flip_trans(3),
24       pivot_sprite_trans(3), exsprite(3)
25
26
27
28Allegro                          version 4.4.3    pivot_sprite_v_flip_trans(3)
Impressum