Bentley-Ottmann 算法实现

发布于 2024-12-15 09:41:56 字数 51 浏览 0 评论 0原文

是否有现有的 C# 或 Java 语言的 Bentley-Ottmann 算法实现/库?

Is there any existing Bentley-Ottmann Algorithm Implementation/library in C# or Java?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

云朵有点甜 2024-12-22 09:41:56

这里至少有一个 C++ 实现(包括描述):
http://softsurfer.com/Archive/algorithm_0108/algorithm_0108.htm

Here is at least a C++ implementation (including description):
http://softsurfer.com/Archive/algorithm_0108/algorithm_0108.htm

街角卖回忆 2024-12-22 09:41:56

这里是一个Java实现Bentley-Ottman 算法

Here is a Java implementation of the Bentley-Ottman algorithm

陌上芳菲 2024-12-22 09:41:56

softsurfer.com 的实现是 Shamos-Hoey 算法,用于确定是否存在至少一个交叉点。而且,如果找到一个,它就会停止。参考中的代码用于测试多边形是否简单。

The implmentation at softsurfer.com is the Shamos-Hoey algorithm to decide if there is at least one intersection. And, if one is found, it stops. The code at the reference is for testing if a polygon is simple.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文