diff --git a/vcg/simplex/edge/pos.h b/vcg/simplex/edge/pos.h index fa17e962..72281197 100644 --- a/vcg/simplex/edge/pos.h +++ b/vcg/simplex/edge/pos.h @@ -149,9 +149,9 @@ public: return e==0 || v==0 ; } - //Cambia Faccia lungo z - // e' uguale a FlipF solo che funziona anche per non manifold. - /// Change face via z + + // It advance along the edge chain. + // Meaningful only for 1-manifold edge chain. void NextE() { FlipV();