logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_get_current_inverse_transform - Allegro 5 API

Description

       Returns  the  inverse  of the current transformation of the target bitmap.  If there is no target bitmap,
       this function returns NULL.

       This is similar  to  calling  al_invert_transform(al_get_current_transform())  but  the  result  of  this
       function is cached.

              Note: Allegro’s transformation inversion functions work correctly only with 2D transformations.

Name

       al_get_current_inverse_transform - Allegro 5 API

Since

       5.1.0

Allegro reference manual                                               al_get_current_inverse_transform(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              const ALLEGRO_TRANSFORM *al_get_current_inverse_transform(void)

See Also