无论如何,是否可以使用 Delaunay 三角剖分中的某个点来获取所有单纯形/三角形scipy.spatial.Delaunay?
scipy.spatial.Delaunay
我知道有一个find_simplex()函数,它只返回一个点所属的 1 个三角形,但我想获取它所属的所有三角形。
find_simplex()
所以在这个例子中,当我find_simplex()对点 6 执行操作时,它只返回三角形 2,但我希望它返回三角形 1、2、3、4、10 和 9,因为点 6 是所有这些三角形的一部分三角形。
任何帮助,将不胜感激!
python graph-theory delaunay discrete-mathematics scipy
delaunay ×1
discrete-mathematics ×1
graph-theory ×1
python ×1
scipy ×1