2 references to Lerp
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (2)
2447
return
Lerp
<double>(x, y, amount);
2466
return
Lerp
<float>(x, y, amount);