1quat_to_matrix(3)               Allegro manual               quat_to_matrix(3)
2
3
4

NAME

6       quat_to_matrix  - Constructs a rotation matrix from a quaternion. Alle‐
7       gro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void quat_to_matrix(const QUAT *q, MATRIX_f *m);
14

DESCRIPTION

16       Constructs a rotation matrix from a quaternion.
17
18

SEE ALSO

20       exquat(3)
21
22
23
24Allegro                          version 4.2.2               quat_to_matrix(3)
Impressum