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.