Skip to content
Snippets Groups Projects
Commit 5e15761d authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

comments

parent 7a6f1b73
No related branches found
No related tags found
1 merge request!926RotMatrix: minor improvements
Pipeline #65809 passed
......@@ -3,7 +3,7 @@
// BornAgain: simulate and fit reflection and scattering
//
//! @file Base/Vector/RotMatrix.cpp
//! @brief Implements template class RotMatrix.
//! @brief Implements class RotMatrix.
//!
//! @homepage http://www.bornagainproject.org
//! @license GNU General Public License v3 or higher (see COPYING)
......
......@@ -19,7 +19,8 @@
#include <heinz/Vectors3D.h>
#include <optional>
//! Rotation matrix in three dimensions.
//! Rotation matrix in three dimensions. Represents group SO(3).
//! Internal parameterization based on quaternions.
class RotMatrix {
public:
......
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