I noticed that the API wasn't consistent for Eigen and Tiny when it comes to normalize(Quaternion).
Tiny returned a new quaternion and Eigen normalized the quaternion in place.
I have updated the code to be consistent with the Tiny implementation.
Unfortunately this pull-requests follows on #93 so Github included the changes from it in the diff.
Hi!
I noticed that the API wasn't consistent for Eigen and Tiny when it comes to normalize(Quaternion). Tiny returned a new quaternion and Eigen normalized the quaternion in place.
I have updated the code to be consistent with the Tiny implementation.
Unfortunately this pull-requests follows on #93 so Github included the changes from it in the diff.