|
NAMEQUAT - Stores quaternion information. Allegro game programming library.SYNOPSIS#include <allegro.h>typedef struct QUAT DESCRIPTIONfloat w, x, y, z;Read chapter "Quaternion math routines" for a description on how to obtain/use this structure. SEE ALSO, exquat(3)
Visit the GSP FreeBSD Man Page Interface. |