Skip to main content

Interpolant

Trait Interpolant 

Source
pub trait Interpolant {
    // Required methods
    fn border_width(&self) -> usize;
    fn interior(&self) -> &[f64];
    fn free(&self, border: Border) -> &[f64];
    fn scale(&self) -> f64;
}

Required Methods§

Source

fn border_width(&self) -> usize

Source

fn interior(&self) -> &[f64]

Source

fn free(&self, border: Border) -> &[f64]

Source

fn scale(&self) -> f64

Implementors§