Navigation

Operators and Keywords

Function List:

C++ API

convhulln.cc File Reference

#include <sstream>
#include "oct.h"
#include "Cell.h"

Include dependency graph for convhulln.cc:


Functions

 DEFUN_DLD (convhulln, args, nargout,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} {@var{h} =} convhulln (@var{p})\n\ @deftypefnx {Loadable Function} {@var{h} =} convhulln (@var{p}, @var{opt})\n\ @deftypefnx {Loadable Function} {[@var{h}, @var{v}] =} convhulln (@dots{})\n\ Return an index vector to the points of the enclosing convex hull.\n\ The input matrix of size [n, dim] contains n points of dimension dim.\n\n\ If a second optional argument is given, it must be a string or cell array\n\ of strings containing options for the underlying qhull command. (See\n\ the Qhull documentation for the available options.) The default options\n\ are \"s Qci Tcv\".\n\ If the second output @var{V} is requested the volume of the convex hull is\n\ calculated.\n\n\ @seealso{convhull, delaunayn}\n\ @end deftypefn")

Function Documentation

DEFUN_DLD ( convhulln  ,
args  ,
nargout   
)