(translator=Young, ChineseSource=Young-20020603-5\delaunay3.html, EnglishSource=c:\matlabr12\help\techdoc\ref\delaunay3.html)
MATLAB Function Reference    
delaunay3

三維的 Delaunay tesselation

Syntax

Description

TES = delaunay3(x,y,z) 傳回一個陣列 TES,它的每一橫列包含 (x,y,z) 裡面點的索引值,索引值標出 (x,y,z) 的 tesselation 產生的四面體。TES 是一個 numtes-by-4 陣列,其中 numtes 是 tesselation 中面的個數。xyz 是相同長度的向量。

delaunay3qhull 為基礎 [2]。 更多有關 qhull 的資訊,請見 http://www.geom.umn.edu/software/qhull/。版權的資訊,請見 http://www.geom.umn.edu/software/download/COPYING.html

Example

See Also

delaunay, delaunayn

Reference

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


 delaunay delaunayn