added better comment to edge pos implicit ordering
This commit is contained in:
parent
fb9a9bbac6
commit
4d0450d521
|
@ -150,8 +150,19 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// It advance along the edge chain.
|
/*! \brief It advances the current Pos along the edge chain.
|
||||||
// Meaningful only for 1-manifold 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()
|
void NextE()
|
||||||
{
|
{
|
||||||
FlipE();
|
FlipE();
|
||||||
|
|
Loading…
Reference in New Issue