.\" Generated by the Allegro makedoc utility .TH qscale_matrix 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME qscale_matrix, qscale_matrix_f \- Optimised routine for scaling an already generated matrix. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void qscale_matrix(MATRIX *m, fixed scale); .B void qscale_matrix_f(MATRIX_f *m, float scale); .SH 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. .SH SEE ALSO .BR get_scaling_matrix (3alleg4)