Fixed DOcumentation Ascii Art

This commit is contained in:
Jan
2020-03-18 09:21:21 +01:00
parent 481175b712
commit 67de96da11

View File

@@ -178,9 +178,11 @@ public:
/** \brief Vertex Split: inverse operation to collapse().
*
* Insert the new vertex at position v0. The vertex will be added
* as the inverse of the vertex split. The faces above the split
* as the inverse of the edge collapse. The faces above the split
* will be correctly attached to the two new edges
*
* <pre>
*
* Before:
* v_l v0 v_r
* x x x
@@ -205,6 +207,8 @@ public:
* x
* v1
*
* </pre>
*
* @param _v0_point Point position for the new point
* @param _v1 Vertex that will be split
* @param _vl Left vertex handle
@@ -218,9 +222,11 @@ public:
/** \brief Vertex Split: inverse operation to collapse().
*
* Insert the new vertex at position v0. The vertex will be added
* as the inverse of the vertex split. The faces above the split
* as the inverse of the edge collapse. The faces above the split
* will be correctly attached to the two new edges
*
* <pre>
*
* Before:
* v_l v0 v_r
* x x x
@@ -245,6 +251,8 @@ public:
* x
* v1
*
* </pre>
*
* @param _v0 Vertex handle for the newly inserted point (Input has to be unconnected!)
* @param _v1 Vertex that will be split
* @param _vl Left vertex handle