1MATRIX(3)                       Allegro manual                       MATRIX(3)
2
3
4

NAME

6       MATRIX  -  Fixed  point  matrix  structure.  Allegro  game  programming
7       library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       typedef struct MATRIX
14

DESCRIPTION

16          fixed v[3][3];           - 3x3 scaling and rotation component
17          fixed t[3];              - x/y/z translation component
18
19       Fixed point matrix structure. Read chapter "3D  math  routines"  for  a
20       description on how to obtain/use this structure.
21
22

SEE ALSO

24       MATRIX_f(3), ex12bit(3), ex3d(3), exstars(3)
25
26
27
28Allegro                          version 4.4.3                       MATRIX(3)
Impressum