根据散点信息剖分三角形的算法,有详细的中文注释。 使用Delaunay2D delaunay=Delaunay2D.Triangulate(List vertices) 方法计算。 使用delaunay.Edges和delaunay.Triangles获得边和三角形的信息。