|
Horizon
|
Distributes n values linearly in the closed interval [from, to].
More...
#include <linear_distribute.hpp>
Distributes n values linearly in the closed interval [from, to].
from <= to && n > 0If from == to, returns n-times to. If n == 1 returns to.