libigl v2.5.0
|
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. | |