From 37759ffcb04949f6e46feb527df8c5d5cac37cd7 Mon Sep 17 00:00:00 2001 From: cignoni Date: Sun, 6 May 2012 14:42:04 +0000 Subject: [PATCH] sligthly better comments --- vcg/simplex/edge/pos.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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();