![]() |
Prusa Slicer 2.6.0
|
#include "igl_inline.h"#include <Eigen/Core>#include <vector>#include "polygon_mesh_to_triangle_mesh.cpp"
Include dependency graph for polygon_mesh_to_triangle_mesh.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | igl |
Functions | |
| template<typename Index , typename DerivedF > | |
| IGL_INLINE void | igl::polygon_mesh_to_triangle_mesh (const std::vector< std::vector< Index > > &vF, Eigen::PlainObjectBase< DerivedF > &F) |
| template<typename DerivedP , typename DerivedF > | |
| IGL_INLINE void | igl::polygon_mesh_to_triangle_mesh (const Eigen::PlainObjectBase< DerivedP > &P, Eigen::PlainObjectBase< DerivedF > &F) |