triangle_analyze


triangle_analyze, a C code which reads a triangle defined in a file, and computes angles, area, centroid, circumcircle, edge lengths, incircle, orientation, orthocenter, and quality.

Usage:

triangle_analyze filename
where filename contains the vertex coordinates.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

triangle_analyze is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version.

Related Data and Programs:

triangle_analyze_test

geometry, a C code which performs geometric calculations in 2, 3 and N dimensional space.

triangle, a C code which computes properties of triangles.

triangle_interpolate, a C code which shows how vertex data can be interpolated at any point in the interior of a triangle.

triangles, a dataset directory which contains examples of triangles;

Source Code:


Last revised on 21 August 2019.