Toggle the navigation pane
Add to Favorites
Home: Autodesk 3ds Max SDK Documentation
Share
Translate this page
Powered by
Microsoft® Translator
AdjFace Class Reference
Main Page
Public Member Functions
|
Public Attributes
AdjFace Class Reference
Search for all occurrences
#include <meshadj.h>
Inheritance diagram for AdjFace:
Class Description
See also:
Class
AdjFaceList
.
Description:
This class describes a single face for use in AdjFaceLists.
Data Members:
DWORD f[3];
The indices of the faces adjacent to this one. These are indices into the mesh face table.
Public Member Functions
AdjFace
()
Public Attributes
DWORD
f
[3]
Constructor & Destructor Documentation
AdjFace
(
)
[inline]
Remarks:
Constructor. The face indices are set to
UNDEFINED
.
{
f
[0] =
f
[1] =
f
[2] =
UNDEFINED
;}
Member Data Documentation
DWORD
f
[3]
Search for all occurrences