[][src]Crate lerp

Linear interpolation and extrapolation 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.