You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 8: Geometry Processing (21)
deanmzhang

I don't understand how the next triangle CCW around vertex v[0] is t[0]. Even after Professor Kanazawa caught her "mistake" in lecture, I still was baffled at how the answer wasn't t[1]. Is identifying the orientation from the perspective of the blue triangle? Even so, I still don't see how t[0] was returned.

PongsatornChan

I have the same question as @deanmzhang. How CCW with respect to around vertex v[0] is not t[1] but t[0]?

albertzhang24

Bump, it seems like the triangles that are returned are clockwise around vertex v.

dbuer

I could be completely wrong, but if I draw a counter-clockwise arrow around V[0], starting at the center of triangle T, the first neighboring triangle I encounter is T[0].

You must be enrolled in the course to comment