debian man page for matrix_to_quat

Query: matrix_to_quat

OS: debian

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

matrix_to_quat(3alleg4) 					  Allegro manual					   matrix_to_quat(3alleg4)

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);
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.2 matrix_to_quat(3alleg4)
Related Man Pages
get_rotation_matrix_f(3alleg4) - debian
get_rotation_matrix_f(3alleg4) - centos
get_rotation_matrix(3alleg4) - redhat
get_rotation_matrix_f(3alleg4) - opendarwin
get_rotation_matrix(3alleg4) - osx
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph