Navigation

Operators and Keywords

Function List:

C++ API

delaunay3.m File Reference


Functions

endif if (isvector(x)&&isvector(y)&&isvector(z)&&length(x)==length(y)&&length(x)==length(z)) if(nargin
 elseif (ischar(opt)||iscell(opt)) tetr
else error ("delaunay3: fourth argument must be a string or cell array of strings")
endif else error ("delaunay3: first three input arguments must be vectors of same size")

Variables

function tetr
endif endfunction!testif HAVE_QHULL !x = [-1, -1, 1, 0, -1]
 y = [-1, 1, 1, 0, -1]
 z = [0, 0, 0, 1, 1]

Function Documentation

elseif ( ischar(opt)||iscell(opt)   ) 

endif else error ( "delaunay3: first three input arguments must be vectors of same size"   ) 

else error ( "delaunay3: fourth argument must be a string or cell array of strings  ) 

endif if ( isvector(x)&&isvector(y)&&isvector(z)&&length(x)  = =length(y)&&length(x)==length(z)  ) 


Variable Documentation

endif endfunction !testif HAVE_QHULL !x = [-1, -1, 1, 0, -1]

Initial value:

 delaunay3 (x, y, z, opt)

  if (nargin != 3 && nargin != 4)
    print_usage ()

y = [-1, 1, 1, 0, -1]

z = [0, 0, 0, 1, 1]