PO.Spline.Linear.Interp
Description
Calculates interpolated value using linear spline interpolation.
Syntax
=PO.Spline.Linear.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. |