.\" Generated by the Allegro makedoc utility .TH quat_to_matrix 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME quat_to_matrix \- Constructs a rotation matrix from a quaternion. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void quat_to_matrix(const QUAT *q, MATRIX_f *m); .SH DESCRIPTION Constructs a rotation matrix from a quaternion. .SH SEE ALSO .BR exquat (3alleg4)