Crate lerp

Source
Expand description

Linear interpolation and extrapolation traits.

Re-exports§

pub use num_traits;

Structs§

LerpIterator
An iterator across a range defined by its endpoints and the number of intermediate steps.

Traits§

Lerp
Types which are amenable to linear interpolation and extrapolation.
LerpIter
Types which can construct a lerping iterator from one point to another over a set number of steps.