![]() |
VOOZH | about |
The bundle curve interpolators create straightened cubic basis splines. The degree to which the spline is straightened is determined by the interpolator’s beta value. A Valid betavalue range between 0 and 1. At the extremes, when the beta value is 1 the curve resembles the curve produced by d3.curveBasis, and when the beta is 0 the curve is a straight line between the first and last control points.
Syntax:
d3.curveBundle.beta(beta_value)
Parameters:
Return Value: This method does not return any value.
Example 1:
Output:
👁 ImageExample 2: