terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Lerp() [3/3]

static void ReLogic.Utilities.Vector2D.Lerp ( Vector2D value1,
Vector2D value2,
double amount,
[Out] Vector2D result )
inlinestatic

Definition at line 435 of file Vector2D.cs.

436 {
437 if (!true)
438 {
439 }
441 double y = value1.Y;
442 double y2 = value2.Y;
443 result.Y = y;
444 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.