clear method

void clear()

Implementation

void clear() {
  points.clear();
  ringCount = 0;
  _ringStart = 0;
}