diff scripts/geometry/trimesh.m @ 6832:3c500bc71e14

[project @ 2007-08-25 00:35:33 by dbateman]
author dbateman
date Sat, 25 Aug 2007 00:35:43 +0000
parents 8618f29520c6
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/geometry/trimesh.m	Fri Aug 24 20:45:00 2007 +0000
+++ b/scripts/geometry/trimesh.m	Sat Aug 25 00:35:43 2007 +0000
@@ -21,9 +21,10 @@
 ## @deftypefn {Function File} {} trimesh (@var{tri}, @var{x}, @var{y}, @var{z})
 ## @deftypefnx {Function File} {@var{h} = } trimesh (@dots{})
 ## Plot a triangular mesh in 3D. The variable @var{tri} is the triangular
-## meshing of the points @code{(@var{x}, @var{y}, @var{z})} which is returned 
-## from @code{delaunay3}. The output argument @var{h} is the graphic handle
-## to the plot.
+## meshing of the points @code{(@var{x}, @var{y})} which is returned 
+## from @code{delaunay}. The variable @var{z} is value at the point 
+## @code{(@var{x}, @var{y})}. The output argument @var{h} is the graphic 
+## handle to the plot.
 ## @seealso{triplot, delaunay3}
 ## @end deftypefn