float Math::InvLerp(const float&in min, const float&in max, const float&in value)
float
min
float
max
float
value
float
float Math::InvLerp(const int&in min, const int&in max, const int&in value)
int
min
int
max
int
value
float