get_camera_matrix_f.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

get_camera_matrix_f - Floating point version of get_camera_matrix(). Allegro game programming library.

SYNOPSIS

#include <allegro.h>

void get_camera_matrix_f(MATRIX_f *m, float x, y, z, xfront, yfront, zfront, float xup, yup, zup, fov, aspect);

DESCRIPTION

Floating point version of get_camera_matrix().

SEE ALSO

get_camera_matrix(3alleg), excamera(3alleg), exquat(3alleg)