1al_get_current_inverse_transform(3) al_get_current_inverse_transform(3)
2
3
4
6 al_get_current_inverse_transform - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 const ALLEGRO_TRANSFORM *al_get_current_inverse_transform(void)
12
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
21 5.1.0
22
23
24
25Allegro reference manual al_get_current_inverse_transform(3)