get_translation_matrix (3) Linux Manual Page
get_translation_matrix, get_translation_matrix_f – Constructs a translation matrix. Allegro game programming library.
Synopsis
#include <allegro.h>void get_translation_matrix(MATRIX *m, fixed x, fixed y, fixed z);
void get_translation_matrix_f(MATRIX_f *m, float x, float y, float z);
