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

FreeBSD Manual Pages

  
 
  

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

NAME
       ALLEGRO_TRANSFORM - Allegro 5 API

SYNOPSIS
	      #include <allegro5/allegro.h>

	      typedef struct ALLEGRO_TRANSFORM ALLEGRO_TRANSFORM;

DESCRIPTION
       Defines	the  generic transformation type, a 4x4	matrix.	 2D transforms
       use only	a small	subsection of this matrix, namely the top left 2x2 ma-
       trix, and the right most	2x1 matrix, for	a total	of 6 values.

       Fields:

        m - A 4x4 float matrix

Allegro	reference manual				  ALLEGRO_TRANSFORM(3)

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

home | help