git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@760 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-11-06 07:41:28 +00:00
parent da23ecb4ee
commit dc094d817d

View File

@@ -173,7 +173,7 @@ public:
*/ */
void split_copy(EdgeHandle _eh, VertexHandle _vh); void split_copy(EdgeHandle _eh, VertexHandle _vh);
/** \brief Face split (= 1-to-3 split, calls corresponding PolyMeshT function). /** \brief Face split (= 1-to-3) split, calls corresponding PolyMeshT function).
* *
* @param _fh Face handle that should be splitted * @param _fh Face handle that should be splitted
* @param _vh Vertex handle that will be inserted at the face * @param _vh Vertex handle that will be inserted at the face
@@ -181,7 +181,7 @@ public:
inline void split(FaceHandle _fh, VertexHandle _vh) inline void split(FaceHandle _fh, VertexHandle _vh)
{ PolyConnectivity::split(_fh, _vh); } { PolyConnectivity::split(_fh, _vh); }
/** \brief Face split (= 1-to-3 split, calls corresponding PolyMeshT function). /** \brief Face split (= 1-to-3) split, calls corresponding PolyMeshT function).
* *
* @param _fh Face handle that should be splitted * @param _fh Face handle that should be splitted
* @param _vh Vertex handle that will be inserted at the face * @param _vh Vertex handle that will be inserted at the face