Public Attributes

GenEdge Struct Reference

Search for all occurrences

Detailed Description

A generalized representation of a geometric or texture edge as a pair of vertex indices and face indices.

#include <ObjectWrapper.h>

Inheritance diagram for GenEdge:
Inheritance graph
[legend]

List of all members.

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.

Member Data Documentation

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.