PO.Spline.Cubic.Interp
Description
Calculates interpolated value using natural cubic spline interpolation.
Syntax
=PO.Spline.Cubic.Interp(x_values, y_values, t)Parameters
| Parameter | Description |
|---|---|
| x_values | The x coordinate values. |
| y_values | The y coordinate values. |
| t | Point t to interpolate at. |