interpolate#
- natinterp3d.Interpolator.interpolate(query_points, values)[source]#
Interpolate function values at query points using the natural interpolation method.
- Parameters:
- Returns:
The interpolated values of the function at the query points. Shape (N, D) or (N,), depending on the shape of the
valuesarray.- Return type: