get_align_matrix (3) - Linux Manuals
get_align_matrix: Rotates a matrix to align it along specified coordinate vectors. Allegro game programming library.
NAME
get_align_matrix - Rotates a matrix to align it along specified coordinate vectors. Allegro game programming library.SYNOPSIS
#include <allegro.h>
void get_align_matrix(MATRIX *m, fixed xfront, yfront, zfront, fixed xup, fixed yup, fixed zup);