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

NAME

6       qtranslate_matrix,  qtranslate_matrix_f  - Optimised routine for transā€
7       lating an already generated matrix. Allegro game programming library.
8

SYNOPSIS

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

DESCRIPTION

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

SEE ALSO

24       get_translation_matrix(3)
25
26
27
28Allegro                          version 4.2.2            qtranslate_matrix(3)
Impressum