MATLAB Function Reference | ![]() ![]() |
表示
t = tsearchn(x,TRI,xi) [t, p] = tsearchn(x,TRI,xi)
詳細
t = tsearchn(x,TRI,xi)
は、xi
の中の各点に対して、x
の中の最近傍点のインデックスを戻します。2次元では、dsearch
と等価です。
[t, p] = tsearchn(x,TRI,xi)
は、xi
の中の各点に対する閉じた Delaunay 三角形のインデックスを戻し、三角形 t
に、xi
の Barencentric 座標を戻します。
tsearchn
は、凸面の外側のすべての点に対しては、NaN
を出力します。delaunay
から得られる点 x
の三角形 TRI
を必要とします。
注意
tsearchn は、qhull [2] をベースにしています。qhull に関する情報は、http:/
/www.geom.umn.edu/software/qhull/ を参照してください。コピーライトの情報は、http:/
/www.geom.umn.edu/software/download/COPYING.html を参照してください。
|
参考
参考文献
National Science and Technology Research Center for Computation and Visualization of Geometric Structures (The Geometry Center), University of Minnesota. 1993.
![]() | tsearch | type | ![]() |