Class AdjFace
See Also: Class AdjFaceList.
class AdjFace
Description:
This class describes a single face for use in AdjFaceLists.
Data Members:
public:
DWORD f[3];
The indices of the faces adjacent to this one. These are indices into the mesh face table.
Methods:
Prototype:
AdjFace();
Remarks:
Constructor. The face indices are set to UNDEFINED.