addPoint(point) {
    if (this.points.indexOf(point) === -1) this.points.push(point)
  }