reset method

void reset()

Resets all points in the list to the origin (0, 0).

Implementation

void reset() {
  setAll(0, 0);
}