identity_matrix_f(3) - Linux man page

Name

identity_matrix, identity_matrix_f - Global containing the identity matrix. Allegro game programming library.

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.