From 8719b1bf1610c1a5e8c200c730c27cfa1d00cf7d Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 29 Nov 2012 22:48:13 +0800 Subject: [PATCH] fix geometry tutorial --- doc/C08_TutorialGeometry.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/C08_TutorialGeometry.dox b/doc/C08_TutorialGeometry.dox index b9e9eba12..6bce2ee22 100644 --- a/doc/C08_TutorialGeometry.dox +++ b/doc/C08_TutorialGeometry.dox @@ -178,7 +178,7 @@ matNxN = t.linear(); \endcode extract the rotation matrix\code -matNxN = t.extractRotation(); +matNxN = t.rotation(); \endcode