Esempio n. 1
0
 public static Vector4 Lerp(Vector4 start, Vector4 end, float amount) => Vector4.Lerp(start, end, amount);