Interpolation
Fully qualified path: alexandria_numeric::interpolate::Interpolation
pub enum Interpolation {
Linear,
Nearest,
ConstantLeft,
ConstantRight,
}
Variants
Linear
Fully qualified path: alexandria_numeric::interpolate::Interpolation::Linear
Linear
Nearest
Fully qualified path: alexandria_numeric::interpolate::Interpolation::Nearest
Nearest
ConstantLeft
Fully qualified path: alexandria_numeric::interpolate::Interpolation::ConstantLeft
ConstantLeft
ConstantRight
Fully qualified path: alexandria_numeric::interpolate::Interpolation::ConstantRight
ConstantRight