1qscale_matrix(3) Allegro manual qscale_matrix(3)
2
3
4
6 qscale_matrix, qscale_matrix_f - Optimised routine for scaling an
7 already generated matrix. Allegro game programming library.
8
10 #include <allegro.h>
11
12
13 void qscale_matrix(MATRIX *m, fixed scale);
14
15 void qscale_matrix_f(MATRIX_f *m, float scale);
16
18 Optimised routine for scaling an already generated matrix: this simply
19 adds in the scale factor, so there is no need to build two temporary
20 matrices and then multiply them together.
21
22
24 get_scaling_matrix(3)
25
26
27
28Allegro version 4.4.3 qscale_matrix(3)