Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

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