How do I find the height of a given 2D coordinate on a four-sided 3D polygon plane? The polygon has no volume. I'm trying to match 3D terrain vectors to a 3D polygon. I'll always know that the 2D version of the 3D poly contains the 2D coordinate, but I need to get the height at that 2D coordinate on the polygon surface.

How can I figure out the height of point F1 in the image example?