clear method

void clear()

Forgets the recorded path (the ribbon disappears immediately).

Implementation

void clear() {
  _worldPoints.clear();
  _bornTimes.clear();
}