Mercurial > hg > octave-lyh
diff scripts/geometry/tsearchn.m @ 9051:1bf0ce0930be
Grammar check TexInfo in all .m files
Cleanup documentation sources to follow a few consistent rules.
Spellcheck was NOT done. (but will be in another changeset)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Fri, 27 Mar 2009 22:31:03 -0700 |
parents | a1dbe9d80eee |
children | e9dc2ed2ec0f |
line wrap: on
line diff
--- a/scripts/geometry/tsearchn.m +++ b/scripts/geometry/tsearchn.m @@ -18,9 +18,9 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {[@var{idx}, @var{p}] =} tsearchn (@var{x}, @var{t}, @var{xi}) -## Searches for the enclosing Delaunay convex hull. For @code{@var{t} = +## 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. +## points @var{xi}. For points outside the convex hull, @var{idx} is NaN. ## If requested @code{tsearchn} also returns the barycentric coordinates @var{p} ## of the enclosing triangles. ## @seealso{delaunay, delaunayn}