Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Lerp()
[1/3]
static double ReLogic.Utilities.Vector2D.Lerp
(
double
value1
,
double
value2
,
double
amount
)
inline
static
Definition at line
421
of file
Vector2D.cs
.
422
{
423
return
value1 + (value2 - value1) * amount;
424
}
ReLogic
Utilities
Vector2D
Generated by
1.10.0