#include "../../MeshBooleanType.h"
#include "../../igl_inline.h"
#include <Eigen/Core>
#include <cork.h>
#include "mesh_boolean.cpp"
Go to the source code of this file.
|
| template<typename DerivedVA , typename DerivedFA , typename DerivedVB , typename DerivedFB , typename DerivedVC , typename DerivedFC > |
| IGL_INLINE void | igl::copyleft::cork::mesh_boolean (const Eigen::PlainObjectBase< DerivedVA > &VA, const Eigen::PlainObjectBase< DerivedFA > &FA, const Eigen::PlainObjectBase< DerivedVB > &VB, const Eigen::PlainObjectBase< DerivedFB > &FB, const MeshBooleanType &type, Eigen::PlainObjectBase< DerivedVC > &VC, Eigen::PlainObjectBase< DerivedFC > &FC) |
| |