Doc: replace manual TOC by doxygen's \tableofcontents command

This commit is contained in:
Gael Guennebaud
2012-12-28 18:58:07 +01:00
parent ded70b8b58
commit 2ea1e49a08
29 changed files with 32 additions and 211 deletions

View File

@@ -8,11 +8,7 @@ namespace Eigen {
In this tutorial, we will briefly introduce the many possibilities offered by the \ref Geometry_Module "geometry module", namely 2D and 3D rotations and projective or affine transformations.
\b Table \b of \b contents
- \ref TutorialGeoElementaryTransformations
- \ref TutorialGeoCommontransformationAPI
- \ref TutorialGeoTransform
- \ref TutorialGeoEulerAngles
\tableofcontents
Eigen's Geometry module provides two different kinds of geometric transformations:
- Abstract transformations, such as rotations (represented by \ref AngleAxis "angle and axis" or by a \ref Quaternion "quaternion"), \ref Translation "translations", \ref Scaling "scalings". These transformations are NOT represented as matrices, but you can nevertheless mix them with matrices and vectors in expressions, and convert them to matrices if you wish.