Home > freetb4matlab > geometry > voronoin.m

voronoin

PURPOSE ^

% computes n- dimensional voronoi facets. The input matrix @var{pts}

SYNOPSIS ^

function [C, F] = voronoin (pts, opt)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[@var{C}, @var{F}] =} voronoin (@var{pts})
% @deftypefnx {Function File} {[@var{C}, @var{F}] =} voronoin (@var{pts}, @var{options})
% computes n- dimensional voronoi facets.  The input matrix @var{pts}
% of size [n, dim] contains n points of dimension dim.
% @var{C} contains the points of the voronoi facets.  The list @var{F}
% contains for each facet the indices of the voronoi points.
%
% A second optional argument, which must be a string, contains extra options
% passed to the underlying qhull command.  See the documentation for the
% Qhull library for details.
% @seealso{voronoin, delaunay, convhull}
% @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