|
NAMEget_align_matrix_f - Floating point version of get_align_matrix(). Allegro game programming library.SYNOPSIS#include <allegro.h>void get_align_matrix_f(MATRIX *m, float xfront, yfront, zfront, float xup, yup, zup); DESCRIPTIONFloating point version of get_align_matrix().SEE ALSOget_align_matrix(3)
Visit the GSP FreeBSD Man Page Interface. |