1MATRIX_f(3) Allegro manual MATRIX_f(3)
2
3
4
6 MATRIX_f - Floating point matrix structure. Allegro game programming
7 library.
8
10 #include <allegro.h>
11
12
13 typedef struct MATRIX_f
14
16 float v[3][3]; - 3x3 scaling and rotation component
17 float t[3]; - x/y/z translation component
18
19 Floating point matrix structure. Read chapter "3D math routines" for a
20 description on how to obtain/use this structure.
21
22
24 MATRIX(3), excamera(3), exquat(3), exscn3d(3), exzbuf(3)
25
26
27
28Allegro version 4.4.2 MATRIX_f(3)