[][src]Crate iter_num_tools

Structs

Arange

Iterator over a range, stepping by a fixed amount each time

LerpIter
LerpIterUsize

Functions

arange

Create a new iterator over the range, stepping by step each time This allows you to create simple float iterators

grid

Creates a grid of 2-tuples over the range of 2-tuples

grid_space

Creates a linear grid space over range with a fixed number of width and height steps

grid_space_ex

Creates a linear grid space over range with a fixed number of width and height steps, excluding the end values

lerp_iter

Wraps the given iterator and maps each value through a linear interpolation from the first range to the second

lerp_usize_iter

Wraps the given iterator and maps each value through a linear interpolation from the first range to the second

lin_space

Creates a linear space over range with a fixed number of steps

lin_space_ex

Creates a linear space over range with a fixed number of steps, excluding the end value