1al_get_current_inverse_transform(3)        al_get_current_inverse_transform(3)
2
3
4

NAME

6       al_get_current_inverse_transform - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              const ALLEGRO_TRANSFORM *al_get_current_inverse_transform(void)
12

DESCRIPTION

14       Returns the inverse of the current transformation of the target bitmap.
15       If there is no target bitmap, this function returns NULL.
16
17       This is similar  to  calling  al_invert_transform(al_get_current_trans‐
18       form()) but the result of this function is cached.
19
20              Note: Allegro’s transformation inversion functions work correct‐
21              ly only with 2D transformations.
22

SINCE

24       5.1.0
25
26
27
28Allegro reference manual                   al_get_current_inverse_transform(3)
Impressum