Calculates a linear interpolation between two vectors based on some "transition point" t. Will clamp the value of t to [0, 1]
t
First vector
Second vector
Transition point
Optional
Optional vector to store the output (can be used to inject results into an existing vector)
The linearly interpolated vector
Calculates a linear interpolation between two vectors based on some "transition point"
t
. Will clamp the value oft
to [0, 1]