identity_matrix(3) Global containing the identity matrix. Allegro game programming library.

Other Alias

identity_matrix_f

SYNOPSIS

#include <allegro.h>

extern MATRIX identity_matrix;

extern MATRIX_f identity_matrix_f;

DESCRIPTION

Global variables containing the 'do nothing' identity matrix. Multiplying by the identity matrix has no effect.