scipy.spatial.Delaunay.

scipy.spatial.Delaunay.vertex_neighbor_vertices#

property Delaunay.vertex_neighbor_vertices#

顶点的相邻顶点。

两个整数 ndarray 的元组:(indptr, indices)。顶点 k 的相邻顶点的索引是 indices[indptr[k]:indptr[k+1]]