debian man page for qscale_matrix

Query: qscale_matrix

OS: debian

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

qscale_matrix(3alleg4)						  Allegro manual					    qscale_matrix(3alleg4)

NAME
qscale_matrix, qscale_matrix_f - Optimised routine for scaling an already generated matrix. Allegro game programming library.
SYNOPSIS
#include <allegro.h> void qscale_matrix(MATRIX *m, fixed scale); void qscale_matrix_f(MATRIX_f *m, float scale);
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.
SEE ALSO
get_scaling_matrix(3alleg4) Allegro version 4.4.2 qscale_matrix(3alleg4)
Related Man Pages
get_transformation_matrix(3alleg4) - debian
get_rotation_matrix(3alleg4) - suse
get_rotation_matrix_f(3alleg4) - centos
get_rotation_matrix(3alleg4) - php
get_rotation_matrix(3alleg4) - mojave
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com