aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/C08_TutorialGeometry.dox
diff options
context:
space:
mode:
Diffstat (limited to 'doc/C08_TutorialGeometry.dox')
-rw-r--r--doc/C08_TutorialGeometry.dox6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/C08_TutorialGeometry.dox b/doc/C08_TutorialGeometry.dox
index 6bce2ee22..eec21ac05 100644
--- a/doc/C08_TutorialGeometry.dox
+++ b/doc/C08_TutorialGeometry.dox
@@ -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.