Performs a linear interpolation between this Vector4 and another Vector4 o
by a given mixing factor mix
.
Return
A new Vector4 representing the result of the interpolation.
Parameters
The target Vector4 to interpolate to.
The mixing factor, where 0.0 corresponds to this Vector4, and 1.0 corresponds to the target Vector4 o
.