CG_LAB_TRIANGLES is a collection of MATLAB programs for a computational geometry lab assignment involving triangles.
The text of the assignment itself is available in cg_lab_triangles.pdf.
DUNAVANT is a MATLAB library of routines for defining Dunavant rules for quadrature on a triangle.
FEKETE is a library of MATLAB routines for defining Fekete rules for quadrature or interpolation on a triangle.
GEOMETRY is a library of MATLAB routines which evaluate various geometric quantities.
NCC_TRIANGLE is a library of MATLAB routines defining Newton-Cotes closed quadrature rules on a triangle.
NCO_TRIANGLE is a library of MATLAB routines defining Newton-Cotes open quadrature rules on a triangle.
RANDOM_DATA is a library of MATLAB routines which can uniformly sample points from a variety of regions.
STROUD is a library of MATLAB routines containing quadrature rules for a variety of unusual areas, surfaces and volumes in 2D, 3D and N-dimensions.
TEST_TRI_INT is a FORTRAN90 library of functions that can be used to test algorithms for quadrature over a triangle.
TOMS612 is a FORTRAN77 library of routines which can estimate the integral of a function over a triangle.
TRIANGLE is an executable C program which computes a triangulation of a geometric region.
WANDZURA is a library of MATLAB routines for defining Wandzura rules for quadrature on a triangle.
PROGRAM_01 demonstrates point and line orientation.
PROGRAM_02 demonstrates point and triangle orientation.
PROGRAM_03 demonstrates barycentric coordinates.
PROGRAM_04 demonstrates sampling a triangle.
PROGRAM_05 demonstrates sampling a triangle, and displays the points.
PROGRAM_06 demonstrates Monte Carlo integration on the unit triangle.
PROGRAM_07 demonstrates Monte Carlo integration on a general triangle.
PROGRAM_08 demonstrates quadrature rule integration on the unit triangle.
PROGRAM_09 demonstrates quadrature rule integration on a general triangle.
You can go up one level to the MATLAB source codes.