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

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::copyleft
 
namespace  igl::copyleft::cgal
 

Functions

template<typename DerivedV , typename DerivedF , typename Polyhedron >
bool igl::copyleft::cgal::mesh_to_polyhedron (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Polyhedron &poly)
 Convert a mesh (V,F) to a CGAL Polyhedron.