Returns a uniform nonrational B-spline interpolator through the specified array of values, which must be numbers.
Implicit control points are generated such that the interpolator returns values[0] at t = 0 and values[values.length - 1] at t = 1.
See also d3.curveBasis.
Returns a uniform nonrational B-spline interpolator through the specified array of
values
, which must be numbers. Implicit control points are generated such that the interpolator returnsvalues[0]
att
= 0 andvalues[values.length - 1]
att
= 1. See alsod3.curveBasis
.