- [Main Page](index.md)
- [Classes](annotated.md)
- [Files](files.md)
- [Directories](dirs.md)
- [Related Pages](pages.md)
- [Class List](annotated.md)
- [Alphabetical List](classes.md)
- [Class Hierarchy](hierarchy.md)
- [Class Members](functions.md)
IEPoly Class Reference¶
#include <IEModel.h>
Collaboration diagram for IEPoly:
Collaboration graph
[legend]
Public Member Functions |
|
| IEPoly () | |
| IEPoly (HPatch *patch) | |
| virtual | ~IEPoly () |
| void | Init () |
| IEPoly & | operator= (const IEPoly &other) |
| void | SetVerts (int v0, int v1, int v2) |
| void | SetVerts (int v0, int v1, int v2, int v3) |
| BOOL | IsTri () |
| BOOL | IsQuad () |
Public Attributes |
|
| HashArray< IEMapNode *, IEMapNode * > | m_mapnodearray |
| LONG | m_attrid |
| LONG | m_vertexid [4] |
| LONG | m_normalid [4] |
| HPatch * | m_origpatch |