Versions with this page:
Versions without this page:
Линейная интерполяция между двумя vector'aми .
Interpolates between a and b by amount t.When t = 0 returns a. When t = 1 returns b. When t = 0.5 returns the midpoint of a and b.See Also: Lerp.
a
b
t