logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

matrix_to_quat - Constructs a quaternion from a rotation matrix. Allegro game programming library.

Description

       Constructs  a  quaternion  from  a  rotation  matrix. Translation is discarded during the conversion. Use
       get_align_matrix_f() if the matrix is not orthonormalized, because strange things may happen otherwise.

Allegro                                           version 4.4.3                          matrix_to_quat(3alleg4)

Name

       matrix_to_quat - Constructs a quaternion from a rotation matrix. Allegro game programming library.

Synopsis

#include<allegro.h>voidmatrix_to_quat(constMATRIX_f*m,QUAT*q);

See Also