interpolate
interpolate<
T>(from,to,t,easing?):T
Defined in: interpolate.ts:13
Interpolate between two values of the same type.
number→ linear interpolationVec2Like→ component-wise lerp, returnsVec2
Type Parameters
Section titled “Type Parameters”T extends Interpolatable
Parameters
Section titled “Parameters”T
T
number
easing?
Section titled “easing?”Returns
Section titled “Returns”T