triangle_interpolate, a Python code which demonstrates some simple techniques for interpolating data on a triangle.
In the most common case, the value of a quantity is known at the vertices of a triangle, and a reasonable interpolated value is desired at some point p in the interior of that triangle. This can be done by linear interpolation.
The computer code and data files described and made available on this web page are distributed under the MIT license
triangle_interpolate is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version and a Python version.
TRIANGLE_PROPERTIES, a Python code which can compute properties, including angles, area, centroid, circumcircle, edge lengths, incircle, orientation, orthocenter, and quality, of a triangle in 2D.