1QUAT(3) Allegro manual QUAT(3)
23
4
NAME
6QUAT - Stores quaternion information. Allegro game programming library.
7
SYNOPSIS
9#include <allegro.h>
1011
12
typedef struct QUAT
13
DESCRIPTION
15float w, x, y, z;
1617
Read chapter "Quaternion math routines" for a description on how to
18obtain/use this structure.
1920
SEE ALSO
22, exquat(3)
2324
25
26
Allegro version 4.4.3 QUAT(3)