quat_to_matrix

Langue: en

Version: version 4.2.2 (fedora - 04/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

quat_to_matrix - Constructs a rotation matrix from a quaternion. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

void quat_to_matrix(const QUAT *q, MATRIX_f *m);

DESCRIPTION

Constructs a rotation matrix from a quaternion.

SEE ALSO

exquat(3)