commented some code

This commit is contained in:
Paolo Cignoni 2011-03-22 11:53:48 +00:00
parent 90ee3c4a71
commit 2d218e768a
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ namespace vcg
JumpingPos(FaceType * const pFace, int const z) : Pos<FACE_TYPE>(pFace, z) { }
JumpingPos(FaceType * const pFace, VertexType * const pVertex) : Pos<FACE_TYPE>(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