comparison 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
comparison
equal deleted inserted replaced
9069:634274aaa183 9070:e9dc2ed2ec0f
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
29 function [idx, p] = tsearchn (x, t, xi) 29 function [idx, p] = tsearchn (x, t, xi)