- Update doxyfile to 1.8.7
- Add some documentation to get the to and from vertices to mesh navigation Doc closes #2186 git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1069 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
5
Doc/Examples/nav_code_to_from.cc
Normal file
5
Doc/Examples/nav_code_to_from.cc
Normal file
@@ -0,0 +1,5 @@
|
||||
// Get the handle of the to vertex
|
||||
OpenMesh::Concepts::KernelT::to_vertex_handle();
|
||||
|
||||
// Get the handle of the from vertex
|
||||
OpenMesh::Concepts::KernelT::from_vertex_handle();
|
||||
Reference in New Issue
Block a user