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

FreeBSD Manual Pages

  
 
  

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

NAME
     get_transformation_matrix_f  -  Floating  point  version of get_transforma-
     tion_matrix(). Allegro game programming library.

SYNOPSIS
     #include <allegro.h>

     void get_transformation_matrix_f(MATRIX_f	*m,  float  scale,  float  xrot,
     yrot, zrot, x, y, z);

DESCRIPTION
     Floating point version of get_transformation_matrix().

SEE ALSO
     get_transformation_matrix(3), exzbuf(3)

Allegro 			  version 4.4.3   get_transformation_matrix_f(3)

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

home | help