From a4487ef19820754429bf9a76bbe567a8c7588f32 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 5 Feb 2009 21:19:40 +0000 Subject: add snippet for sub/super diagonal fix a few doc issues --- doc/C03_TutorialGeometry.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/C03_TutorialGeometry.dox') diff --git a/doc/C03_TutorialGeometry.dox b/doc/C03_TutorialGeometry.dox index b3c860d53..2d3d742c9 100644 --- a/doc/C03_TutorialGeometry.dox +++ b/doc/C03_TutorialGeometry.dox @@ -10,7 +10,7 @@ namespace Eigen { | \ref TutorialSparse "Sparse matrix" -In this tutorial chapter we will shortly introduce the many possibilities offered by the \ref GeometryModule "geometry module", +In this tutorial chapter we will shortly introduce the many possibilities offered by the \ref Geometry_Module "geometry module", namely 2D and 3D rotations and affine transformations. \b Table \b of \b contents @@ -106,7 +106,7 @@ Transform3f m = Translation3f(..); Transform3f m = Matrix3f(..); top\section TutorialGeoCommontransformationAPI Common API across transformation types -To some extent, Eigen's \ref GeometryModule "geometry module" allows you to write +To some extent, Eigen's \ref Geometry_Module "geometry module" allows you to write generic algorithms working on any kind of transformation representations:
-- cgit v1.2.3