clear method

void clear()

Removes all points from the path.

Implementation

void clear() {
  _path.clear();
  clearCaches();
}