quat_to_matrix(3) - Linux man page

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)