.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_get_current_inverse_transform" "3" "" "Allegro reference manual" .SH NAME al_get_current_inverse_transform \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] const ALLEGRO_TRANSFORM *al_get_current_inverse_transform(void) .EE .SH DESCRIPTION Returns the inverse of the current transformation of the target bitmap. If there is no target bitmap, this function returns NULL. .PP This is similar to calling \f[CR]al_invert_transform(al_get_current_transform())\f[R] but the result of this function is cached. .RS .PP \f[I]Note\f[R]: Allegro\[cq]s transformation inversion functions work correctly only with 2D transformations. .RE .SH SINCE 5.1.0