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