Skip to content

Commit

Permalink
typo fixed with Euler rotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Fuks committed Feb 19, 2025
1 parent 6d0b71d commit c201d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/SampleAnalyzer/Commons/Vector/MARotation3euler.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class MARotation3euler
m_[0][1] = cpsi * sphi + spsi * ctheta * cphi;
m_[0][2] = spsi * stheta;
m_[1][0] = -spsi * cphi - cpsi * ctheta * sphi;
m_[2][1] = -spsi * sphi + cpsi * ctheta * cphi;
m_[1][1] = -spsi * sphi + cpsi * ctheta * cphi;
m_[1][2] = cpsi * stheta;
m_[2][0] = stheta * sphi;
m_[2][1] = -stheta * cphi;
Expand Down

0 comments on commit c201d1e

Please sign in to comment.