|
NAMEal_get_current_inverse_transform - Allegro 5 APISYNOPSIS
DESCRIPTIONReturns 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. SINCE5.1.0
Visit the GSP FreeBSD Man Page Interface. |