DragonFly On-Line Manual Pages

Search: Section:  


QUAT(3)                         Allegro manual                         QUAT(3)

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) Allegro version 4.4.2 QUAT(3)

Search: Section: