aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-11-29 22:48:13 +0800
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-11-29 22:48:13 +0800
commit8719b1bf1610c1a5e8c200c730c27cfa1d00cf7d (patch)
tree7f9c87af9281d3c9bb5ac6270541d33e3c8d0af4 /doc
parent36414d1f3ee947525ca0bd939b40182fc77eaa6b (diff)
fix geometry tutorial
Diffstat (limited to 'doc')
-rw-r--r--doc/C08_TutorialGeometry.dox2
1 files changed, 1 insertions, 1 deletions
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</td></tr>
<tr><td>
extract the rotation matrix</td><td>\code
-matNxN = t.extractRotation();
+matNxN = t.rotation();
\endcode</td></tr>
</table>