diff --git a/vcg/simplex/tetrahedron/base.h b/vcg/simplex/tetrahedron/base.h index 9fbd015d..3e8f0f97 100644 --- a/vcg/simplex/tetrahedron/base.h +++ b/vcg/simplex/tetrahedron/base.h @@ -163,8 +163,9 @@ public: /// Un-select a Face void ClearV() {this->Flags() &= ~VISITED;} - /// This function checks if the face is selected + /// This function checks if the face is border bool IsB(int i) const {return (this->cFlags() & (BORDER0<cFlags() & (BORDER0123)) != 0;} /// This function select the face void SetB(int i) {this->Flags() |=(BORDER0<