Clean the manual page titles, links and intro.

This commit is contained in:
Gael Guennebaud
2013-01-06 23:48:59 +01:00
parent c71c06b71f
commit 091a49cad5
13 changed files with 21 additions and 69 deletions

View File

@@ -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
*/
}