Returns the normalized position (t) of the value between the minimum and maximum
The minimum value, for t = 0.
The maximum value, for t = 1.
The position between the minimum and maximum.
0 when value == min, 1 when value == max, otherwise the fraction between min and max. Not clamped.
Returns the normalized position (t) of the value between the minimum and maximum