|
Horizon
|
Distributes n values linearly in the closed interval [from, to]. More...
#include <linear_distribute.hpp>
Public Member Functions | |
| template (typename T)() const expr auto operator()(T from | |
Public Attributes | |
| T | to |
| T std::ptrdiff_t n | const |
Distributes n values linearly in the closed interval [from, to].
If from == to, returns n-times to. If n == 1 returns to.