Python bindings for barycentric_to_global()
Former-commit-id: 777d5b1858
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include <igl/avg_edge_length.h>
|
||||
#include <igl/barycenter.h>
|
||||
#include <igl/barycentric_coordinates.h>
|
||||
#include <igl/barycentric_to_global.h>
|
||||
#include <igl/boundary_facets.h>
|
||||
#include <igl/boundary_loop.h>
|
||||
#include <igl/cat.h>
|
||||
@@ -91,6 +92,7 @@ void python_export_igl(py::module &m)
|
||||
#include "py_igl/py_avg_edge_length.cpp"
|
||||
#include "py_igl/py_barycenter.cpp"
|
||||
#include "py_igl/py_barycentric_coordinates.cpp"
|
||||
#include "py_igl/py_barycentric_to_global.cpp"
|
||||
#include "py_igl/py_boundary_facets.cpp"
|
||||
#include "py_igl/py_boundary_loop.cpp"
|
||||
#include "py_igl/py_cat.cpp"
|
||||
|
||||
Reference in New Issue
Block a user