isHole method

bool isHole()

Implementation

bool isHole() {
  //computePoints();
  return _isHole;
}