Home > freetb4matlab > geometry > tsearchn.m

tsearchn

PURPOSE ^

% Searches for the enclosing Delaunay convex hull. For @code{@var{t} =

SYNOPSIS ^

function [idx, p] = tsearchn (x, t, xi)

DESCRIPTION ^

% -*- 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} =
% 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}
% of the enclosing triangles.
% @seealso{delaunay, delaunayn}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003