eina_quaternion: add forgotten implementation of converting eina_matrix3 to eina_quat...
authorVivek Ellur <vivek.ellur@samsung.com>
Mon, 27 Jul 2015 23:00:34 +0000 (01:00 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 28 Jul 2015 01:05:37 +0000 (03:05 +0200)
commitf3768834c52d37f1cc13d4293e3322180ff5d6d7
tree9fac8108f4d317d0838b415d6b2547c39480e1ff
parentdf50704764e0fd75b4be70c36a85611d85446bff
eina_quaternion: add forgotten implementation of converting eina_matrix3 to eina_quaternion

Summary:
Implemenation of eina_matrix3_quaternion_get function

Signed-off-by: Vivek Ellur <vivek.ellur@samsung.com>
Reviewers: cedric

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2786

This was a function I forgot to finish implement. Thanks Vivek to take care of it.
As it comes with a test case, is self contained and fix a missing bit of code I will
push it at this point in time of our release process. Sorry everyone for that late push.

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/eina/eina_quaternion.c
src/tests/eina/eina_test_quaternion.c