bool is_on_boundary()
is suppressed
This commit is contained in:
Mariette Yvinec 1998-07-27 15:35:54 +00:00
parent 93c876b02c
commit cdad48a75f
1 changed files with 6 additions and 6 deletions

View File

@ -71,12 +71,12 @@ public:
//face() is the first face adjacent to the vertex
// in counterclockwise order
bool is_on_boundary()
{
Face * f= face();
int i= f->index(this);
return (f->neighboor(cw(i)) == NULL);
}
// bool is_on_boundary()
// {
// Face * f= face();
// int i= f->index(this);
// return (f->neighboor(cw(i)) == NULL);
// }
int degree() const
{