|
NAMEidentity_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; DESCRIPTIONGlobal variables containing the 'do nothing' identity matrix. Multiplying by the identity matrix has no effect.
Visit the GSP FreeBSD Man Page Interface. |