Other Alias
apply_matrixSYNOPSIS
#include <allegro.h>
void apply_matrix(const MATRIX *m, fixed x, y, z, *xout, *yout, *zout);
void apply_matrix_f(const MATRIX_f *m, float x, y, z, *xout, *yout, *zout);
DESCRIPTION
Multiplies the point (x, y, z) by the transformation matrix m, storing the result in (*xout, *yout, *zout).