MATLAB Function Reference    
delaunay3

3-D Delaunay tesselation

Syntax

Description

TES = delaunay3(x,y,z) returns an array TES, each row of which contains the indices of the points in (x,y,z) that make up a tetrahedron in the tesselation of (x,y,z). TES is a numtes-by-4 array where numtes is the number of facets in the tesselation. x, y, and z are vectors of equal length.

delaunay3 is based on qhull [2]. For information about qhull, see http://www.geom.umn.edu/software/qhull/. For copyright information, see http://www.geom.umn.edu/software/download/COPYING.html.

Example

See Also

delaunay, delaunayn

Reference

[2]  National Science and Technology Research Center for Computation and Visualization of Geometric Structures (The Geometry Center), University of Minnesota. 1993.


 delaunay delaunayn