An entry in a linked list of face adjacencies for a vertex. More...
#include <FastQuadrics.h>
Public Attributes | |
| int | faceId |
| Identifier to the adjancent face. | |
| int | next |
| Pointer to the next entry in the list, -1 if it is the tail. | |
An entry in a linked list of face adjacencies for a vertex.
Definition at line 35 of file FastQuadrics.h.