Some minor corrections to the navigation tutorial. Added code example on how to use the opposite_halfedge_handle() function.

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@232 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Mike Kremer
2009-11-23 11:19:03 +00:00
parent 4c69a22aef
commit 60bea5c903
4 changed files with 13 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
//-----------------------------------------------------------------------------
/** \page mesh_first_to_read Start here (Notes about template programming)!
/** \page mesh_first_to_read Start here (Notes on template programming)!
Please note, that %OpenMesh makes heavily use of C++ templates,
generic programming and all that stuff (see \ref mesh_cpp). Therefore