1quat_to_matrix(3) Allegro manual quat_to_matrix(3)
23
4
NAME
6quat_to_matrix - Constructs a rotation matrix from a quaternion. Alle‐
7gro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void quat_to_matrix(const QUAT *q, MATRIX_f *m);
14
DESCRIPTION
16Constructs a rotation matrix from a quaternion.
1718
SEE ALSO
20exquat(3)
2122
23
24
Allegro version 4.4.3 quat_to_matrix(3)