Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
UnclampedSmoothStep()
[1/2]
static double Terraria.Utils.UnclampedSmoothStep
(
double
min
,
double
max
,
double
x
)
inline
static
Definition at line
98
of file
Utils.cs
.
99
{
100
return
(x -
min
) / (
max
-
min
);
101
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Terraria
Utils
Generated by
1.10.0