Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Geoff Leach 基于 guibas stolfi 算法的 delaunay 三角测量代码。
这是链接
我将随机生成的 50 到 1550 之间的整数作为点的坐标。当我取超过 280 个点时,输出会失真。
这是失真的输出
好的,解决了失真的输出问题。这是由于不正确的缩放比例。我的随机点在 1500 边的正方形中,必须将其更改为与我的纵横比相对应的矩形。Gnuplot 保留纵横比。现在一切都很好