.NET Polygon 三角测量库
嘿,我正在寻找一个可以对带有开口的平面多边形进行三角剖分的库。
我还看到了一些有关三角剖分的其他问题(请参阅带孔的多边形三角剖分和< a href="https://stackoverflow.com/questions/974791/polygon-triangulation">多边形三角剖分),但我正在寻找可以从.NET使用的东西,而无需编写托管包装器。
有人知道一个好的.NET几何计算库吗?或者是否有某种方法可以在 DirectX 中执行此操作,而无需在非托管 API 调用中费力?
Hey, I'm looking for a library that will triangulate planar polygons with openings.
I've seen a couple other questions that ask about triangulation (see Polygon Triangulation with Holes and Polygon triangulation), but I'm looking for something that I can use from .NET without having to write a managed wrapper.
Anyone know of a good .NET geometry calculation library? Or is there some way I can do this in DirectX without getting up to my elbows in unmanaged API calls?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许是 XNA 框架?
或者您可以在 CodeProject 中搜索并找到一些小库,例如 这个
XNA Framework maybe?
Or you can search in CodeProject and find some small libs like this one