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.
我需要一种有效的方法来找到长方体和四面体的交点。
我是 CGAL 的新手,但在使用它方面有一些基本经验。目前,我正在关注一个帖子并使用建议的交叉操作N1 * N2,其中N1,N2是Nef 多面体。但它效率不高,实际上非常慢。
N1 * N2
N1
N2
任何人都可以帮助更有效地使用 CGAL 或类似的库来执行此操作。如果有任何可能,一个简单的教程示例将不胜感激。
非常感谢你,我很感激你的任何提示。
荣