1ALLEGRO_TRANSFORM(3) ALLEGRO_TRANSFORM(3)
23
4
NAME
6ALLEGRO_TRANSFORM - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
typedef struct ALLEGRO_TRANSFORM ALLEGRO_TRANSFORM;
12
DESCRIPTION
14Defines the generic transformation type, a 4x4 matrix. 2D transforms
15use only a small subsection of this matrix, namely the top left 2x2 ma‐
16trix, and the right most 2x1 matrix, for a total of 6 values.
1718
Fields:
1920
• m - A 4x4 float matrix
2122
23
24
Allegro reference manual ALLEGRO_TRANSFORM(3)