clear method
void
clear()
Forgets the recorded path (the ribbon disappears immediately).
Implementation
void clear() {
_worldPoints.clear();
_bornTimes.clear();
}
Forgets the recorded path (the ribbon disappears immediately).
void clear() {
_worldPoints.clear();
_bornTimes.clear();
}