rlerp

Reverse lerp, returns a value between 0 and 1. \ 0 if v = a. \ 1 if v = b.

float
rlerp
(
float a
,
float b
,
float v
)

Meta