Lerp
Summary
public static Vector4D Lerp(Vector4D value1, Vector4D value2, double amount)
Performs a linear interpolation between two vectors.
Returns
Parameters
Summary
public static void Lerp(ref Vector4D value1, ref Vector4D value2, double amount, out Vector4D result)
Performs a linear interpolation between two vectors.