added better comment to edge pos implicit ordering

This commit is contained in:
Paolo Cignoni 2012-12-17 14:59:29 +00:00
parent fb9a9bbac6
commit 4d0450d521
1 changed files with 13 additions and 2 deletions

View File

@ -150,8 +150,19 @@ public:
}
// It advance along the edge chain.
// Meaningful only for 1-manifold edge chain.
/*! \brief It advances the current Pos along the edge chain.
*
* Note that a Pos implicitly encode an ordering in the chain:
* the one denoted by the classical arrow shaped icon of a pos.
* In other words
*
* o---------o
* | /
* |/
*
* Meaningful only for 1-manifold edge chain.
*/
void NextE()
{
FlipE();