aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/EulerAngles
diff options
context:
space:
mode:
authorGravatar Tal Hadad <tal_hd@hotmail.com>2016-06-12 23:40:17 +0300
committerGravatar Tal Hadad <tal_hd@hotmail.com>2016-06-12 23:40:17 +0300
commit06206482d9964835b201c682884360dd0d1e73a5 (patch)
treeef872fc19c76307183f2cf1f8b1865b35fbca08d /unsupported/Eigen/EulerAngles
parente30133e439c98fa5ec981339fc3d6bc6be7f2e1b (diff)
More docs, and minor code fixes
Diffstat (limited to 'unsupported/Eigen/EulerAngles')
-rw-r--r--unsupported/Eigen/EulerAngles4
1 files changed, 4 insertions, 0 deletions
diff --git a/unsupported/Eigen/EulerAngles b/unsupported/Eigen/EulerAngles
index 5e1d2ccba..a595b5f2c 100644
--- a/unsupported/Eigen/EulerAngles
+++ b/unsupported/Eigen/EulerAngles
@@ -22,6 +22,10 @@ namespace Eigen {
* \defgroup EulerAngles_Module EulerAngles module
* \brief This module provides generic euler angles rotation.
*
+ * Euler angles are a way to represent 3D rotation.
+ *
+ * !TODO! More about the purpose of this module and examples.
+ *
* See EulerAngles for more information.
*
* \code