![]() |
VOOZH | about |
The basis curve interpolator produces cubic basis splines where the points provided to the generators are used as control points. This is an open variant which omits the first and last point in the dataset.
Syntax:
d3.curveBasisOpen()
Parameters: This method takes no parameters
Return Value: This method returns nothing.
Example 1:
Output:
👁 ImageExample 2: