commit | 8719b1bf1610c1a5e8c200c730c27cfa1d00cf7d | [log] [tgz] |
---|---|---|
author | Gael Guennebaud <g.gael@free.fr> | Thu Nov 29 22:48:13 2012 +0800 |
committer | Gael Guennebaud <g.gael@free.fr> | Thu Nov 29 22:48:13 2012 +0800 |
tree | 7f9c87af9281d3c9bb5ac6270541d33e3c8d0af4 | |
parent | 36414d1f3ee947525ca0bd939b40182fc77eaa6b [diff] [blame] |
fix geometry tutorial
diff --git a/doc/C08_TutorialGeometry.dox b/doc/C08_TutorialGeometry.dox index b9e9eba..6bce2ee 100644 --- a/doc/C08_TutorialGeometry.dox +++ b/doc/C08_TutorialGeometry.dox
@@ -178,7 +178,7 @@ \endcode</td></tr> <tr><td> extract the rotation matrix</td><td>\code -matNxN = t.extractRotation(); +matNxN = t.rotation(); \endcode</td></tr> </table>