qscale_matrix, qscale_matrix_f - Optimised routine for scaling an already generated matrix. Allegro game
Contents
Description
Optimised routine for scaling an already generated matrix: this simply adds in the scale factor, so there
is no need to build two temporary matrices and then multiply them together.
Name
qscale_matrix, qscale_matrix_f - Optimised routine for scaling an already generated matrix. Allegro game
programming library.
See Also
get_scaling_matrix(3alleg4) Allegro version 4.4.3 qscale_matrix(3alleg4)
Synopsis
#include<allegro.h>voidqscale_matrix(MATRIX*m,fixedscale);voidqscale_matrix_f(MATRIX_f*m,floatscale);
