Generates a list of interpolated values between 0 and 1, where the number of elements returned is equal to the amount of steps.
Steps of interpolation
Interpolated series
seqI(3); // Returns [0, 0.5, 1] Copy
seqI(3); // Returns [0, 0.5, 1]
Generated using TypeDoc
Generates a list of interpolated values between 0 and 1, where the number of elements returned is equal to the amount of steps.