pub type InterpolationFunction<P, R, V> = fn(point: &P, ref_data: &[R], get_value: GetInterpolateValue<R, V>) -> V;Expand description
Interpolation function To get the value of a point
pub type InterpolationFunction<P, R, V> = fn(point: &P, ref_data: &[R], get_value: GetInterpolateValue<R, V>) -> V;Interpolation function To get the value of a point