Изменения

Перейти к: навигация, поиск
Второе описание
<pre>
struct half_edge {
half_edge *prev; /* prev->next == this */ half_edge *next; /* next->prev == this */ half_edge *twin; /* twin->twin == this */ vertex *origin; /* twin->next->origin == origin && prev->twin->origin == origin */ face *incident_face; /* prev->incident_face == incident_face && next->incident_face == incident_face */
};
</pre>
Анонимный участник

Навигация