Documentation

Math::InvLerp

Function

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

float min

float max

float value

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

int min

int max

int value

Returns float