sligthly better comments

This commit is contained in:
Paolo Cignoni 2012-05-06 14:42:04 +00:00
parent 05195b6201
commit 37759ffcb0
1 changed files with 3 additions and 3 deletions

View File

@ -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();