Blender V2.61 - r43446
|
#include "BOP_Mesh.h"
#include "BOP_MathUtils.h"
#include <iostream>
#include <fstream>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
Go to the source code of this file.
Functions | |
static void | removeBrokenFaces (BOP_Edge *edge, BOP_Mesh *mesh) |
Definition in file BOP_Mesh.cpp.
Marks faces which bad edges as BROKEN (invalid face, no further processing).
edge | edge which is being replaced |
mesh | mesh containing faces |
Definition at line 697 of file BOP_Mesh.cpp.
References BROKEN, BOP_Edge::getFaces(), and BOP_Mesh::getFaces().
Referenced by BOP_Mesh::replaceVertexIndex().