fix geometry tutorial

(transplanted from 8719b1bf1610c1a5e8c200c730c27cfa1d00cf7d
)
This commit is contained in:
Gael Guennebaud 2012-11-29 22:48:13 +08:00
parent 43e90e3575
commit 45ccaacc54

View File

@ -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>