grow method

void grow()

Implementation

void grow() {
  _points.addFirst(_points.first);
}