get_camera_matrix_f - Floating point version of get_camera_matrix(). Allegro game programming library.
Contents
Description
Floating point version of get_camera_matrix().
Name
get_camera_matrix_f - Floating point version of get_camera_matrix(). Allegro game programming library.
See Also
get_camera_matrix(3alleg4), excamera(3alleg4), exquat(3alleg4) Allegro version 4.4.3 get_camera_matrix_f(3alleg4)
Synopsis
#include<allegro.h>voidget_camera_matrix_f(MATRIX_f*m,floatx,y,z,xfront,yfront,zfront,floatxup,yup,zup,fov,aspect);
