sligthly better comments
This commit is contained in:
parent
05195b6201
commit
37759ffcb0
|
|
@ -149,9 +149,9 @@ public:
|
||||||
return e==0 || v==0 ;
|
return e==0 || v==0 ;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Cambia Faccia lungo z
|
|
||||||
// e' uguale a FlipF solo che funziona anche per non manifold.
|
// It advance along the edge chain.
|
||||||
/// Change face via z
|
// Meaningful only for 1-manifold edge chain.
|
||||||
void NextE()
|
void NextE()
|
||||||
{
|
{
|
||||||
FlipV();
|
FlipV();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue