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