function point(l) {
      return [ l[0] * view.k + view.x, l[1] * view.k + view.y ];
    }