本文介绍了线段的三角剖分的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我需要对分段列表进行三角剖分,但是找不到任何可在商业上使用的库. CGAL看起来非常好,但是GPL不能满足我的需求.
三角剖分不一定要符合Delaunay标准.

您可以建议约束三角剖分库吗?

它应该可以在Windows上的MS VS 2005中进行编译

谢谢

Hi all, I need to triangulate list of segments, but can not find any commercially usable library. CGAL seems to be very good, but is it GPL so not usable for my needs.
Triangulation does not have to be Delaunay compliant.

Can you suggest constrained triangulation library?

It should be compilable in MS VS 2005 on Windows

Thanks

推荐答案



这篇关于线段的三角剖分的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-02 11:31