You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implement methods for matrices Q4 and Q8.
* Implement methods for matrices Q4 and Q8.
[DQ.h] Add member functions Q4 and Q8.
[DQ.cpp] Add namespace functions Q4 and Q8. Implement class methods Q4 and Q8.
* Add a more detailed description of the contributors.
[DQ.h] Add description of what each contributor has done.
* Add a more detailed contributors description.
[DQ.cpp]
-Add what each contributor has done.
- Update the Copyright.
- Update Q8 return description to match Q4.
* Fix typo in the Q8 method.
[DQ.cpp] Remove extra '@return' in the Q8 method.
* Add missing consts in method Q4 and Q8 and check if quaternion is unit in method Q4.
[DQ.cpp]
- Check if rotation quaternion has unit norm in method Q4.
- Add missing consts in method Q4.
- Add missing consts in method Q8.
* Fix description of Q4 and Q8 methods to comply with MATLAB implementation.
* Check if the caller is a quaternion on the Q4 method.
0 commit comments