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