Skip to content
Snippets Groups Projects
Commit d5e5afd2 authored by Youett, Jonathan's avatar Youett, Jonathan Committed by akbib@FU-BERLIN.DE
Browse files

missed a line

[[Imported from SVN: r8111]]
parent c757f4f7
No related branches found
No related tags found
No related merge requests found
......@@ -531,6 +531,8 @@ public:
// Make sure we do the right thing if a and b are not in the same sheet
// of the double covering of the unit quaternions over SO(3)
T dist = 2*std::acos( std::min(diff[3],1.0) );
if (dist>=M_PI)
diff *= -1;
......
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