From 9720d0c5a6227aaa39df91d061efdb1d9babd44d Mon Sep 17 00:00:00 2001 From: cignoni Date: Sat, 2 Apr 2016 05:42:28 +0000 Subject: [PATCH] better comments --- vcg/complex/algorithms/update/flag.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vcg/complex/algorithms/update/flag.h b/vcg/complex/algorithms/update/flag.h index beffe83d..1b108eea 100644 --- a/vcg/complex/algorithms/update/flag.h +++ b/vcg/complex/algorithms/update/flag.h @@ -383,8 +383,9 @@ public: /// \brief Marks feature edges according to two signed dihedral angles. /// Actually it marks as fauxedges all the non feature edges, - /// e.g. the edge such that the signed dihedral angle between the normal of two faces sharing it, is between the two given thresholds. - /// In this way all the near planar edges are marked as Faux Edges (e.g. edges to be ignored) + /// e.g. the edges where the signed dihedral angle between the normal of two incident faces , + /// is between the two given thresholds. + /// In this way all the edges that are almost planar are marked as Faux Edges (e.g. edges to be ignored) /// Note that it uses the signed dihedral angle convention (negative for concave edges and positive for convex ones); /// /// Optionally it can also mark as feature edges also the boundary edges.