scipy.spatial.Delaunay.vertex_neighbor_vertices

property Delaunay.vertex_neighbor_vertices

顶点的相邻顶点。

int的两条ndarray的元组:(indptr,index)。顶点的相邻顶点的索引 kindices[indptr[k]:indptr[k+1]]