From b750ca7f0f90cf115b2c02a5dd2917f6c48e9244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 7 Sep 2017 14:43:28 +0200 Subject: [PATCH] update the document to be more precise --- .../doc/Subdivision_method_3/Concepts/PQQMask_3.h | 4 +++- .../doc/Subdivision_method_3/Concepts/PTQMask_3.h | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Subdivision_method_3/doc/Subdivision_method_3/Concepts/PQQMask_3.h b/Subdivision_method_3/doc/Subdivision_method_3/Concepts/PQQMask_3.h index 994e3156660..617057ffccc 100644 --- a/Subdivision_method_3/doc/Subdivision_method_3/Concepts/PQQMask_3.h +++ b/Subdivision_method_3/doc/Subdivision_method_3/Concepts/PQQMask_3.h @@ -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); diff --git a/Subdivision_method_3/doc/Subdivision_method_3/Concepts/PTQMask_3.h b/Subdivision_method_3/doc/Subdivision_method_3/Concepts/PTQMask_3.h index 7c02c35d833..c15a6e5099e 100644 --- a/Subdivision_method_3/doc/Subdivision_method_3/Concepts/PTQMask_3.h +++ b/Subdivision_method_3/doc/Subdivision_method_3/Concepts/PTQMask_3.h @@ -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);