libigl v2.5.0
Loading...
Searching...
No Matches
collapse_edge_would_create_intersections.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "collapse_edge_would_create_intersections.cpp"

Go to the source code of this file.

Namespaces

namespace  igl

Functions

template<typename Derivedp, typename DerivedV, typename DerivedF, typename DerivedE, typename DerivedEMAP, typename DerivedEF, typename DerivedEI>
bool igl::collapse_edge_would_create_intersections (const int e, const Eigen::MatrixBase< Derivedp > &p, const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedE > &E, const Eigen::MatrixBase< DerivedEMAP > &EMAP, const Eigen::MatrixBase< DerivedEF > &EF, const Eigen::MatrixBase< DerivedEI > &EI, const igl::AABB< DerivedV, 3 > &tree, const int inf_face_id=-1)