Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
identity_matrix(3)		 Allegro manual 	      identity_matrix(3)

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.

Allegro 			  version 4.4.3 	      identity_matrix(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=identity_matrix&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help