InterpolationFunction

Type Alias InterpolationFunction 

Source
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