.\" Generated by the Allegro makedoc utility .TH MATRIX_f 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME MATRIX_f \- Floating point matrix structure. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B typedef struct MATRIX_f .SH DESCRIPTION .nf float v[3][3]; - 3x3 scaling and rotation component float t[3]; - x/y/z translation component .fi Floating point matrix structure. Read chapter "3D math routines" for a description on how to obtain/use this structure. .SH SEE ALSO .BR MATRIX (3alleg4), .BR excamera (3alleg4), .BR exquat (3alleg4), .BR exscn3d (3alleg4), .BR exzbuf (3alleg4)