Calculates the interpolation factor for a value between two points. Takes a (start point), b (end point), value (point to calculate factor for). Returns the interpolation factor (t) that would produce value when lerping between a and b.
a
Double
b
Double
value
Double
; No example implemented yet