<-Back

Function: Matrix-To-Quaternion

MATRIX-TO-QUATERNION quaternion represented as a 4d vector

Transforms rotation matrix into the corresponding quaternion.

arguments:
matrix 3x3 Orthonormal Rotation Matrix (as a Lisp Array of Numbers)

<-Back