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

FreeBSD Manual Pages

  
 
  

home | help
al_identity_transform(3)    Library Functions Manual	al_identity_transform(3)

NAME
     al_identity_transform - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro.h>

	    void al_identity_transform(ALLEGRO_TRANSFORM *trans)

DESCRIPTION
     Sets the transformation to be the identity transformation.  This is the de-
     fault  transformation.   Use al_use_transform(3) on an identity transforma-
     tion to return to the default.

	    ALLEGRO_TRANSFORM t;
	    al_identity_transform(&t);
	    al_use_transform(&t);

     Parameters:

     * trans - Transformation to alter

SEE ALSO
     al_translate_transform(3), al_rotate_transform(3), al_scale_transform(3)

Allegro reference manual				al_identity_transform(3)

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

home | help