Algorithm for 2D Interpolation
- by Gayan
I have two shapes which are cross sections of a channel. I want to calculate the cross section of an intermediate point between the two defined points.
What's the simplest algorithm to use in this situation?
P.S. I came across several algorithms like natural neighbor and poisson which seemed complex. I'm looking for a simple solution which could be implemented quickly
EDIT: I removed the word "Simplest" from the title since it might be misleading