clear method

void clear()

Implementation

void clear() {
  _points.clear();
  _lines.clear();
  _arcs.clear();
}