scipy.spatial.Delaunay. scipy.spatial.Delaunay.vertex_neighbor_vertices# property Delaunay.vertex_neighbor_vertices# 顶点的相邻顶点。 两个整型 ndarray 的元组: (indptr, indices)。顶点 k 的相邻顶点的索引为 indices[indptr[k]:indptr[k+1]]。