Expand description
Linear interpolation and extrapolation traits.
Re-exports
pub use num_traits;
Structs
- An iterator across a range defined by its endpoints and the number of intermediate steps.
Traits
- Types which are amenable to linear interpolation and extrapolation.
- Types which can construct a lerping iterator from one point to another over a set number of steps.