.\" Generated by the Allegro makedoc utility .TH QUAT 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME QUAT \- Stores quaternion information. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B typedef struct QUAT .SH DESCRIPTION .nf float w, x, y, z; .fi Read chapter "Quaternion math routines" for a description on how to obtain/use this structure. .SH SEE ALSO , .BR exquat (3alleg4)