1、利用 delaunay 函數(shù),對所有數(shù)據(jù)點進行 Delaunay 三角剖分處理,delaunay 函數(shù)的返回值是一個 N * 3 的矩陣,其中 N 為剖分出的三角形個數(shù),3 為每個三角形的三個端點的序號。 2、根據(jù) triangles 矩陣,提取出所有 delaunay 三角剖分時所連接的邊,依次掃描 triangles 矩陣的每一行,將 delaunay
www.dbjr.com.cn/article/1528...htm 2025-5-25