convhull_test, an Octave code which calls the built-in function convhull(), which computes the convex hull of a set of points.
The computer code and data files described and made available on this web page are distributed under the MIT license
convhull_test is available in a MATLAB version and an Octave version and a Python version.
cg_lab_triangles, an Octave code which deals with computational geometry and triangles;
delaunay_test, an Octave code which calls the MATLAB built-in function delaunay(), which computes the Delaunay triangulation of a set of points.
geometry, an Octave code which performs geometric calculations in 2, 3 and M dimensional space.
polygon, a dataset directory which contains examples of polygons.
triangulate, an Octave code which triangulates a (possibly nonconvex) polygon, based on a C program by Joseph ORourke.
voronoi_test, an Octave code which calls the built-in MATLAB function voronoi(), which computes the Voronoi diagram of points.