Construct a new interpolator function, based on the provided interpolation boundaries.
The first generic correponds to the data type of the interpolation boundaries. The second generic corresponds to the data type of the return type of the interpolator.
Start boundary of the interpolation interval.
End boundary of the interpolation interval.
Generated using TypeDoc
An Interpolator factory returns an interpolator function.
The first generic correponds to the data type of the interpolation boundaries. The second generic corresponds to the data type of the return type of the interpolator.