Some spelling mistakes.

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@162 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Mike Kremer
2009-06-16 11:34:04 +00:00
parent deea278217
commit 8c61767cc0
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ dynamically to the mesh.
mesh entity (vertex, face, edge, halfedge, and the mesh itself). We
distinguish between custom and standard properties. A custom property
is any user-defined property and is accessed via the member function
\c property(..), a handle and an entity handle
\c property(..) via a handle and an entity handle
(e.g. VertexHandle). Whereas the standard properties are accessed via
special member functions, e.g. the vertex position is accessed with \c
point(..) and a vertex handle.