Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SmoothStep()
[1/2]
static double Terraria.Utils.SmoothStep
(
double
min
,
double
max
,
double
x
)
inline
static
Definition at line
88
of file
Utils.cs
.
89
{
90
return
Clamp
((x -
min
) / (
max
-
min
), 0.0, 1.0);
91
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Microsoft.Xna.Framework.Graphics.TextureAddressMode.Clamp
@ Clamp
References
Microsoft.Xna.Framework.Graphics.Clamp
.
Terraria
Utils
Generated by
1.10.0