From d12c25d3650ae20647685c36c5e8062e95bd4f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 27 Jan 2011 13:18:47 +0000 Subject: [PATCH] Minor documentation update git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@367 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Core/Mesh/PolyMeshT.hh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/OpenMesh/Core/Mesh/PolyMeshT.hh b/src/OpenMesh/Core/Mesh/PolyMeshT.hh index 3028a46e..fd13dbb4 100644 --- a/src/OpenMesh/Core/Mesh/PolyMeshT.hh +++ b/src/OpenMesh/Core/Mesh/PolyMeshT.hh @@ -229,8 +229,10 @@ public: void update_normal(VertexHandle _vh) { set_normal(_vh, calc_vertex_normal(_vh)); } - /** Update normal vectors for all vertices. \attention Needs the - Attributes::Normal attribute for faces and vertices. */ + /** \brief Update normal vectors for all vertices. + + Uses existing face normals to calculate new vertex normals. + \attention Needs the Attributes::Normal attribute for faces and vertices. */ void update_vertex_normals(); /** Calculate normal vector for vertex _vh by averaging normals