scipy.spatial.Delaunay. scipy.spatial.Delaunay.vertex_neighbor_vertices# property Delaunay.vertex_neighbor_vertices# 頂點鄰近的頂點。 包含兩個整數 ndarray 的元組:(indptr, indices)。 頂點 k 的鄰近頂點的索引是 indices[indptr[k]:indptr[k+1]]。