toggle menu
MoulConfig
3.6.0
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.internal
/
LerpUtils
Lerp
Utils
public
class
LerpUtils
(
source
)
Members
Constructors
Lerp
Utils
Link copied to clipboard
public
void
LerpUtils
(
)
Functions
clamp
Zero
One
Link copied to clipboard
public
static
float
clampZeroOne
(
float f
)
lerp
Link copied to clipboard
public
static
float
lerp
(
float a
,
float b
,
float amount
)
sigmoid
Link copied to clipboard
public
static
float
sigmoid
(
float val
)
sigmoid
Zero
One
Link copied to clipboard
public
static
float
sigmoidZeroOne
(
float f
)