#include "GEO_API.h"#include <UT/UT_RefArray.h>#include "GEO_Vertex.h"#include "GEO_TriMesh.h"Go to the source code of this file.
Classes | |
| class | GEO_FaceFlags |
| class | GEO_Face |
Defines | |
| #define | GEO_FOR_FACE_VERTICES(face, vtx, cnt) |
| #define GEO_FOR_FACE_VERTICES | ( | face, | |||
| vtx, | |||||
| cnt | ) |
Value:
for (cnt=0; (cnt < face->getFastVertexCount()) && \
(vtx = &((*face)(cnt))); cnt++)
Definition at line 42 of file GEO_Face.h.
1.5.9