Minor documentation update

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@367 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2011-01-27 13:18:47 +00:00
parent 30b472b4e7
commit d12c25d365

View File

@@ -229,8 +229,10 @@ public:
void update_normal(VertexHandle _vh) void update_normal(VertexHandle _vh)
{ set_normal(_vh, calc_vertex_normal(_vh)); } { set_normal(_vh, calc_vertex_normal(_vh)); }
/** Update normal vectors for all vertices. \attention Needs the /** \brief Update normal vectors for all vertices.
Attributes::Normal attribute for faces and vertices. */
Uses existing face normals to calculate new vertex normals.
\attention Needs the Attributes::Normal attribute for faces and vertices. */
void update_vertex_normals(); void update_vertex_normals();
/** Calculate normal vector for vertex _vh by averaging normals /** Calculate normal vector for vertex _vh by averaging normals