comparison scripts/geometry/tsearchn.m @ 12575:d0b799dafede

Grammarcheck files for 3.4.1 release.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 15:33:46 -0700
parents c792872f8942
children 72c96de7a403
comparison
equal deleted inserted replaced
12574:89604fa96d2f 12575:d0b799dafede
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 ## Search 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}