MATLAB Function Reference    
delaunay3

3-次元の Delaunay モザイク

表示

詳細

TES = delaunay3(x,y,z) は、配列 TES を戻し、その行は、(x,y,z)のモザイクの中に四面体を作り上げ、(x,y,z)の中の点のインデックスを含んでいます。TESは、numtes4 列の配列で、numtes が四面体の中のフェースの数です。 x, y, z も同じ長さのです。

delaunay3 は、qhull [2]をベースにしています。qhullに関する情報は、http://www.geom.umn.edu/software/qhull/を参照してください。コピーライトの情報は、http://www.geom.umn.edu/software/download/COPYING.htmlを参照してください。

例題

参考

delaunay, delaunayn

参考文献

National Science and Technology Research Center for Computation and Visualization of Geometric Structures (The Geometry Center), University of Minnesota. 1993.


 delaunay delaunayn