Summary

public static Vector4 Lerp(Vector4 value1, Vector4 value2, float amount)

Performs a linear interpolation between two vectors.

Returns

Vector4

Parameters

Summary

public static void Lerp(ref Vector4 value1, ref Vector4 value2, float amount, out Vector4 result)

Performs a linear interpolation between two vectors.

Parameters