get_z_rotate_matrix_f (3) Linux Manual Page
get_z_rotate_matrix, get_z_rotate_matrix_f – Construct Z axis rotation matrices. Allegro game programming library.
Synopsis
#include <allegro.h>void get_z_rotate_matrix(MATRIX *m, fixed r);
void get_z_rotate_matrix_f(MATRIX_f *m, float r);
