Previous | Next --- Slide 23 of 36
Back to Lecture Thumbnails
tacocat

Does the twin next traversal work for vertices that are on the boundary?

juniorscheesecake

What would happen if mesh is not manifold?

richardnnn

How does one make sure h->twin->next does not lead to infinite loop? Do we have to force some halfedge direction rules?

snaminen

Where does twin->next lead to if the twin is a boundary edge?

coolpotato

How would we used a list of set of half edges to algorithmically draw something? How would you efficiently iterate through the half edges to ensure the same edge being drawn repeatedly is minimized (is it even possible to avoid drawing all edges more than once)?