1ALLEGRO_TRANSFORM(3)                                      ALLEGRO_TRANSFORM(3)
2
3
4

NAME

6       ALLEGRO_TRANSFORM - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              typedef struct ALLEGRO_TRANSFORM ALLEGRO_TRANSFORM;
12

DESCRIPTION

14       Defines  the  generic transformation type, a 4x4 matrix.  2D transforms
15       use only a small subsection of this matrix, namely the top left 2x2 ma‐
16       trix, and the right most 2x1 matrix, for a total of 6 values.
17
18       Fields:
19
20       · m - A 4x4 float matrix
21
22
23
24Allegro reference manual                                  ALLEGRO_TRANSFORM(3)
Impressum