update the document to be more precise

This commit is contained in:
Sébastien Loriot 2017-09-07 14:43:28 +02:00
parent 03f92c4d60
commit b750ca7f0f
2 changed files with 6 additions and 3 deletions

View File

@ -66,7 +66,9 @@ void vertex_node(vertex_descriptor vd, Point_3& pt);
/*!
computes the edge-point `ept` and the vertex-point `vpt`
based on the neighborhood of the border edge `hd`.
based on the neighborhood of the border edge of `hd`. `hd` is not
a border halfedge (its opposite is) and `vpt` corresponds to the
target vertex of `hd`.
*/
void border_node(halfedge_descriptor hd, Point_3& ept, Point_3& vpt);

View File

@ -55,9 +55,10 @@ of the vertex `vd`.
void vertex_node(vertex_descriptor vd, Point_3& pt);
/*!
computes the edge-point `ept` and the vertex-point `vpt`
based on the neighborhood of the border edge `hd`.
based on the neighborhood of the border edge of `hd`. `hd` is not
a border halfedge (its opposite is) and `vpt` corresponds to the
target vertex of `hd`.
*/
void border_node(halfedge_descriptor hd, Point_3& ept, Point_3& vpt);