restart(state) {
    this.previousAngles = state.centroid.anglesTo(state.activePoints);
    this.outgoing.restart();
  }