A generalized representation of a geometric or texture edge as a pair of vertex indices and face indices.
#include <ObjectWrapper.h>
Public Attributes |
|
DWORD | f [2] |
The indices of the two faces bordering the
edge. |
|
DWORD | v [2] |
The indices of the two vertices spanned by
the edge. |
DWORD f[2] |
The indices of the two faces bordering the edge.
DWORD v[2] |
The indices of the two vertices spanned by the edge.