identity_matrix, identity_matrix_f
Global containing the identity matrix. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-2)
- Source: allegro4.4
- Report a bug
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.