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.dox9
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/C08_TutorialGeometry.dox b/doc/C08_TutorialGeometry.dox
index 90038cd2a..81aeec978 100644
--- a/doc/C08_TutorialGeometry.dox
+++ b/doc/C08_TutorialGeometry.dox
@@ -1,11 +1,8 @@
namespace Eigen {
-/** \eigenManualPage TutorialGeometry Geometry
+/** \eigenManualPage TutorialGeometry Space transformations
-\li \b Previous: \ref TutorialReductionsVisitorsBroadcasting
-\li \b Next: \ref TutorialSparse
-
-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.
+In this page, we will introduce the many possibilities offered by the \ref Geometry_Module "geometry module" to deal with 2D and 3D rotations and projective or affine transformations.
\eigenAutoToc
@@ -239,8 +236,6 @@ m = AngleAxisf(angle1, Vector3f::UnitZ())
\endcode</td></tr>
</table>
-\li \b Next: \ref TutorialSparse
-
*/
}