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!

link|improve this question

75% accept rate
feedback

2 Answers

this should be of help http://www.cgal.org/Manual/3.5/doc_html/cgal_manual/contents.html

link|improve this answer
feedback
up vote 0 down vote accepted

Triangulation is one way to mesh the geometry. And it is also possible to represent geometry in different shapes.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.