Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
al_get_cur..._transform(3) Library Functions Manual al_get_cur..._transform(3)

NAME
       al_get_current_inverse_transform	- Allegro 5 API

SYNOPSIS
	      #include <allegro5/allegro.h>

	      const ALLEGRO_TRANSFORM *al_get_current_inverse_transform(void)

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_trans-
       form()) but the result of this function is cached.

	      Note: Allegro's transformation  inversion	 functions  work  cor-
	      rectly only with 2D transformations.

SINCE
       5.1.0

Allegro	reference manual			    al_get_cur..._transform(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=al_get_current_inverse_transform&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help