The difference between triangulation and mesh

Posted by xiao on Stack Overflow See other posts from Stack Overflow or by xiao
Published on 2010-05-21T07:40:49Z Indexed on 2010/06/08 0:32 UTC
Read the original article Hit count: 226

Filed under:
|
|

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!

© Stack Overflow or respective owner

Related posts about graphics

Related posts about mesh