geometry.rotations.quaternion_from_rotation

geometry.rotations.quaternion_from_rotation = <function quaternion_from_rotation>[source]

Converts a rotation matrix to a quaternion.

This is the robust method mentioned on wikipedia:

<http://en.wikipedia.org/wiki/Quaternions_and_spatial_rotation>

TODO: add the more robust method with 4x4 matrix and eigenvector