GenEdge Struct Reference
 
 
 
GenEdge Struct Reference

#include <ObjectWrapper.h>

Inheritance diagram for GenEdge:
MaxHeapOperators

Class Description

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

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.