Crate naturalneighbor

source ·
Expand description

§naturalneighbor

naturalneighbor is a library to provide 2D Natural Neighbor Interpolation (NNI) for Rust.

The implementation of this library is based on ‘A Fast and Accurate Algorithm for Natural Neighbor Interpolation’ by G.W. Lucas.

§Documentation

See the Interpolator struct for the main documentation of this crate.

Structs§

  • Provides method for calculating natural neighbor interpolation.

Enums§

Traits§

  • Defines objects that can apply linear interpolation.

Type Aliases§

  • Represents a 2D point.