Skip to content
Snippets Groups Projects
Commit f48b5993 authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

add a \todo

[[Imported from SVN: r8972]]
parent 2b0ef702
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,8 @@ std::ostream& operator<< (std::ostream& s, const Rotation<T,2>& c)
/** \brief Specialization for dim==3
Uses unit quaternion coordinates.
\todo Reimplement the method inverse() such that it returns a Rotation instead of a Quaternion.
Then remove the cast in the method setRotation, file averageinterface.hh
*/
template <class T>
class Rotation<T,3> : public Quaternion<T>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment