Given an Array of values, find a value using t (which goes from 0 to 1), by using t to estimate the index of said value in the array of values
t
values
This is meant for interplolating strings that aren't number-like
Source code of interpolateSequence
interpolateSequence
A number between 0 to 1
Array of numbers to interpolate between
Interpolated numbers at different instances
Generated using TypeDoc
Given an Array of values, find a value using
t
(which goes from 0 to 1), by usingt
to estimate the index of said value in the array ofvalues
This is meant for interplolating strings that aren't number-like
Source
Source code of
interpolateSequence