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.
我真的可以在正确的方向上使用一些帮助。谢谢!
我认为这看起来像一个Voronoi 图,或者某个自定义实现,它将具有很多点的平面划分为离散区域。
有几种算法可以生成这些图表,您可能想看看这个问题以了解最容易实现的方法。Fortune 的算法可能是最有效的,时间为 O(n log n),但也更难理解。
它也可能只是由随机线连接的随机点。很难说。