![]() |
VOOZH | about |
The d3.curveCatmullRom() interpolator produces a cubic CatMullRom spline. The curve is also based on these cubic CatMullRom splines.
Syntax:
d3.curveCatmullRom()
Parameters: This method does not accept any parameters.
Return Value: This method does not return any value.
Example 1:
Output:
👁 ImageExample 2: