三角剖分和网格剖分的区别
最近做了一些计算机图形化编程,之前没有经验。我使用了名为CGAL(计算机几何算法库)的库。另外,我注意到有三角测量类和网格类。网格只是一种三角网吗?他们有什么区别吗?
谢谢!
I have done some computer graphical programming recently, and I have no experience before. I used the library call CGAL(computer geometry algorithm library). Also, I noticed that there is class for triangulation and also class for mesh. Is mesh just a kind of triangle net? Do they have any differences?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
三角测量是对几何体进行网格划分的一种方法。并且还可以用不同的形状来表示几何形状。
Triangulation is one way to mesh the geometry. And it is also possible to represent geometry in different shapes.