From b5f32830fd3a3f26ca44788d1b617df9808e0778 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 6 Oct 2010 13:27:14 +0200 Subject: [PATCH] fix geometry tutorial regarding the need to specify the "mode" --- doc/C08_TutorialGeometry.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/C08_TutorialGeometry.dox b/doc/C08_TutorialGeometry.dox index a824cde04..9df19e793 100644 --- a/doc/C08_TutorialGeometry.dox +++ b/doc/C08_TutorialGeometry.dox @@ -63,8 +63,8 @@ Translation(s) Translation(vecN)\endcode N-D \ref TutorialGeoTransform "Affine transformation"\code -Transform t = concatenation_of_any_transformations; -Transform t = Translation3f(p) * AngleAxisf(a,axis) * Scaling3f(s);\endcode +Transform t = concatenation_of_any_transformations; +Transform t = Translation3f(p) * AngleAxisf(a,axis) * Scaling3f(s);\endcode N-D Linear transformations \n (pure rotations, \n scaling, etc.)\code