diff --git a/vcg/simplex/face/jumping_pos.h b/vcg/simplex/face/jumping_pos.h index 42f92012..48a175b9 100644 --- a/vcg/simplex/face/jumping_pos.h +++ b/vcg/simplex/face/jumping_pos.h @@ -58,7 +58,8 @@ namespace vcg JumpingPos(FaceType * const pFace, int const z) : Pos(pFace, z) { } JumpingPos(FaceType * const pFace, VertexType * const pVertex) : Pos(pFace, pVertex) { } - bool FindBorder() + /// Move the pos to a border (if exists). Return true if actually succeed to find a border + bool FindBorder() { PosType startPos=*this; do