as title: Is it possible to calculate linear interpolation between two known points with accelerate framework in swift
example: a line -> p1(x:0.0, y:0.0) p2(x:100, y:100)
horizon vector = 0 to 100
vertical vector = 0 to 100
when I input X = 50 then output Y= 50