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 > | |
bool | igl::copyleft::cgal::read_triangle_mesh (const std::string str, Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedF > &F) |
Simple wrapper, reads floating point precision but assigns to DerivedV::Scalar which may be a CGAL type. | |