diff --git a/vcg/simplex/edge/pos.h b/vcg/simplex/edge/pos.h index b0387621..527b087c 100644 --- a/vcg/simplex/edge/pos.h +++ b/vcg/simplex/edge/pos.h @@ -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();