added 205 laplacian

update pybind
added example of usage in matlab


Former-commit-id: b0f890d25b
This commit is contained in:
Daniele Panozzo
2015-09-11 17:45:52 +02:00
parent 4b431d288a
commit bb889bcea4
7 changed files with 372 additions and 3 deletions
+2
View File
@@ -19,6 +19,7 @@
#include <igl/grad.h>
#include <igl/avg_edge_length.h>
#include <igl/barycenter.h>
#include <igl/doublearea.h>
void python_export_igl(py::module &m)
{
@@ -39,5 +40,6 @@ void python_export_igl(py::module &m)
#include "py_igl/py_grad.cpp"
#include "py_igl/py_avg_edge_length.cpp"
#include "py_igl/py_barycenter.cpp"
#include "py_igl/py_doublearea.cpp"
}