From 4d0450d52166d27856be12cf7be8d50b14cb3e2c Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 17 Dec 2012 14:59:29 +0000 Subject: [PATCH] added better comment to edge pos implicit ordering --- vcg/simplex/edge/pos.h | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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();