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
)
inline
static
Definition at line
435
of file
Vector2D.cs
.
436
{
437
if
(!
true
)
438
{
439
}
440
result.X
=
amount
;
441
double
y =
value1
.Y;
442
double
y2
=
value2
.Y;
443
result.Y
= y;
444
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
References
j__TPar
.
ReLogic
Utilities
Vector2D
Generated by
1.10.0