comparison 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
comparison
equal deleted inserted replaced
9044:656ad518f385 9051:1bf0ce0930be
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {[@var{idx}, @var{p}] =} tsearchn (@var{x}, @var{t}, @var{xi}) 20 ## @deftypefn {Function File} {[@var{idx}, @var{p}] =} tsearchn (@var{x}, @var{t}, @var{xi})
21 ## Searches for the enclosing Delaunay convex hull. For @code{@var{t} = 21 ## Searches for the enclosing Delaunay convex hull. For @code{@var{t} =
22 ## delaunayn (@var{x})}, finds the index in @var{t} containing the 22 ## delaunayn (@var{x})}, finds the index in @var{t} containing the
23 ## points @var{xi}. For points outside the convex hull, @var{idx} is NaN. 23 ## points @var{xi}. For points outside the convex hull, @var{idx} is NaN.
24 ## If requested @code{tsearchn} also returns the barycentric coordinates @var{p} 24 ## If requested @code{tsearchn} also returns the barycentric coordinates @var{p}
25 ## of the enclosing triangles. 25 ## of the enclosing triangles.
26 ## @seealso{delaunay, delaunayn} 26 ## @seealso{delaunay, delaunayn}
27 ## @end deftypefn 27 ## @end deftypefn
28 28