I'm trying to find value for a point within a triangle or square. By "value" I do not mean coordinates. Suppose there is a value (number) assigned to each node of the square/triangle. The square/triangle is on a plane. How can I interpolate values to find out the value of the point inside.
I don't want to try the bilinear interpolation since that requires for me to know exactly which plane we are in. This plane is not in x-y or y-z or x-z. This plane can be a sloped plane in 3D. (not warped)
Thank you in advance for the help.