Module interpolation

Module interpolation 

Source
Expand description

Interpolation tools

Re-exports§

pub use average::*;
pub use idw::*;
pub use lanczos::*;
pub use nearest::*;

Modules§

average
Average Interpolation tools
idw
Inverse Distance Weighted Interpolation tools
lanczos
Lanczos Interpolation tools
nearest
Nearest Interpolation tools

Enums§

InterpolationMethod
Interpolation method

Traits§

Interpolatable
A trait for values that can be used in interpolation

Functions§

default_get_interpolate_current_value
Default function to get the value of a point
get_distance
Get the distance between two points
get_interpolation
Get the interpolation function based on the method type Options are:

Type Aliases§

GetInterpolateValue
Function to get the value of a point
InterpolationFunction
Interpolation function To get the value of a point
VectorPointRGBA
Vector Point with RGBA data