Tagged Questions
2
votes
2answers
556 views
Triangular mesh topology
I've got a triangular mesh class which contains a list of nodes (2d in my case but that shouldn't matter) and a list of faces. Each face is a triangle and it only contains the indices into the node ...