Constructor
new cubicInterpolation(tension, x)
Parameters:
Name | Type | Description |
---|---|---|
tension |
number | determines how sharply the curve bends at the given points. |
x |
number | Location of the point to interpolate, relative to p1 |
- Source: