Versions with this page:
Versions without this page:
Linearly interpolates between vectors a and b by t.
a
b
t
The parameter t is clamped to the range [0, 1].When t = 0 returns a. When t = 1 return b. When t = 0.5 returns the midpoint of a and b.See Also: LerpUnclamped.