corrected order of functions call in NextE()
This commit is contained in:
parent
ed4500a156
commit
8e8f537321
|
@ -154,8 +154,8 @@ public:
|
||||||
// Meaningful only for 1-manifold edge chain.
|
// Meaningful only for 1-manifold edge chain.
|
||||||
void NextE()
|
void NextE()
|
||||||
{
|
{
|
||||||
FlipV();
|
FlipE();
|
||||||
FlipE();
|
FlipV();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Paolo Cignoni 19/6/99
|
// Paolo Cignoni 19/6/99
|
||||||
|
|
Loading…
Reference in New Issue