reload method

void reload()

Implementation

void reload() {
  lastPointIndex = 1;
  builtPoints = [];
  points = [];
  buildPointsMap();
}