#include "GEO_API.h"#include <UT/UT_RefArray.h>#include <GB/GB_Defines.h>#include "GEO_Vertex.h"#include "GEO_Primitive.h"Go to the source code of this file.
Classes | |
| class | GEO_PrimTriBezier |
Defines | |
| #define | FOR_MESH_VERTICES(mesh, vtx, cnt) |
| #define FOR_MESH_VERTICES | ( | mesh, | |||
| vtx, | |||||
| cnt | ) |
Value:
for (cnt=0; (cnt < mesh->getVertexCount()) && \
(vtx = &((*mesh)(cnt))); cnt++)
Definition at line 33 of file GEO_PrimTriBezier.h.
1.5.9