matrix_to_quat(3) - Linux man page
Name
matrix_to_quat - Constructs a quaternion from a rotation matrix. Allegro game programming library.Synopsis
#include <allegro.h>void matrix_to_quat(const MATRIX_f *m, QUAT *q);
void matrix_to_quat(const MATRIX_f *m, QUAT *q);