Crate naturalneighbor

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§

Interpolator
Provides method for calculating natural neighbor interpolation.

Enums§

InterpolatorError

Traits§

Lerpable
Defines objects that can apply linear interpolation.

Type Aliases§

Point
Represents a 2D point.