a.curve = function(_) {
      return arguments.length ? c(curveRadial(_)) : c()._curve;
    };