Inverse Bilinear Interpolation?
I think it’s easiest to think of your problem as an intersection problem: what is the parameter location (s,t) where the point p intersects the arbitrary 2D bilinear surface defined by p0, p1, p2 and p3. The approach I’ll take to solving this problem is similar to tspauld’s suggestion. Start with two equations in terms … Read more