get_align_matrix (3) Linux Manual Page
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);
