C/C++ 中计算多面体相交的软件包
有许多用于计算多边形交集的好包。我发现 GPC 库很有用。
我想计算 3D 多面体(分段线性边界)的交点。 C/C++ 中有什么好的库吗?
There are many good packages for calculating the intersection of polygons. I have found the GPC library useful.
I would like to compute intersections of polyhedra (piecewise linear boundaries) in 3D. Are there any good libraries in C/C++ for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
到目前为止,我已经找到了 CGAL,但我还没试过。
So far, I've found CGAL, but I haven't tried it out yet.