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

NAME

6       get_transformation_matrix_f - Floating point version of get_transforma‐
7       tion_matrix(). Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void get_transformation_matrix_f(MATRIX_f *m, float scale, float  xrot,
14       yrot, zrot, x, y, z);
15

DESCRIPTION

17       Floating point version of get_transformation_matrix().
18
19

SEE ALSO

21       get_transformation_matrix(3), exzbuf(3)
22
23
24
25Allegro                          version 4.4.3  get_transformation_matrix_f(3)
Impressum