@motion-script/core / lerpVector2
Function: lerpVector2()
lerpVector2(
from,to,t):Vector2
Defined in: attributes/layout/vector2.ts:8
Linear interpolation between two Vector2 positions. t=0 returns from, t=1 returns to.
Parameters
from
to
t
number