mirror of https://github.com/CGAL/cgal
update the document to be more precise
This commit is contained in:
parent
03f92c4d60
commit
b750ca7f0f
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue