diff scripts/geometry/tsearchn.m @ 9070:e9dc2ed2ec0f

Cleanup documentation for poly.texi, interp.texi, geometry.texi Grammarcheck input .txi files Spellcheck .texi files
author Rik <rdrider0-list@yahoo.com>
date Sun, 29 Mar 2009 10:22:56 -0700
parents 1bf0ce0930be
children 16f53d29049f
line wrap: on
line diff
--- a/scripts/geometry/tsearchn.m	Sun Mar 29 09:24:44 2009 -0700
+++ b/scripts/geometry/tsearchn.m	Sun Mar 29 10:22:56 2009 -0700
@@ -21,7 +21,7 @@
 ## Searches for the enclosing Delaunay convex hull.  For @code{@var{t} =
 ## delaunayn (@var{x})}, finds the index in @var{t} containing the
 ## points @var{xi}.  For points outside the convex hull, @var{idx} is NaN.
-## If requested @code{tsearchn} also returns the barycentric coordinates @var{p}
+## If requested @code{tsearchn} also returns the Barycentric coordinates @var{p}
 ## of the enclosing triangles.
 ## @seealso{delaunay, delaunayn}
 ## @end deftypefn