Global containing the identity matrix. allegro game programming library.
#include <allegro.h>
extern MATRIX identity_matrix;
extern MATRIX_f identity_matrix_f;
Global variables containing the 'do nothing' identity matrix. Multiplying by the identity matrix has no effect.