hasNoPoints method

bool hasNoPoints()

Implementation

bool hasNoPoints() {
  return points.isEmpty;
}