Home > freetb4matlab > geometry > delaunay3.m

delaunay3

PURPOSE ^

% A matrix of size [n, 4] is returned. Each row contains a

SYNOPSIS ^

function tetr = delaunay3 (x, y, z, opt)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{T} =} delaunay3 (@var{x}, @var{y}, @var{z})
% @deftypefnx {Function File} {@var{T} =} delaunay3 (@var{x}, @var{y}, @var{z}, @var{opt})
% A matrix of size [n, 4] is returned.  Each row contains a 
% set of tetrahedron which are
% described by the indices to the data point vectors (x,y,z).
%
% A fourth optional argument, which must be a string or cell array of strings,
% contains extra options passed to the underlying qhull command.  See the 
% documentation for the Qhull library for details.
% @seealso{delaunay,delaunayn}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003