QUAT
Stores quaternion information. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-1)
- Source: allegro4.4
- Report a bug
Stores quaternion information. Allegro game programming library.
#include <allegro.h>
typedef struct QUAT
float w, x, y, z;
Read chapter "Quaternion math routines" for a description on how to obtain/use this structure.
, exquat(3alleg4)