quat(3) - Linux man page

Name

QUAT - Stores quaternion information. Allegro game programming library.

Synopsis

#include <allegro.h>

typedef struct QUAT

Description

float w, x, y, z;
Read chapter "Quaternion math routines" for a description on how to obtain/use this structure.

See Also

, exquat(3)