Beispiel #1
0
 public static float3 eerp(this float3 f, float3 a, float3 b) => a.pow(1 - f) * b.pow(f);