let avg = {
        x: (this.from.current.x + this.to.current.x) / 2,
        y: (this.from.current.y + this.to.current.y) / 2
      };