added python module comiso
added 504
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
m.def("local_basis", []
|
||||
(
|
||||
const Eigen::MatrixXd& V,
|
||||
const Eigen::MatrixXi& F,
|
||||
Eigen::MatrixXd& B1,
|
||||
Eigen::MatrixXd& B2,
|
||||
Eigen::MatrixXd& B3
|
||||
)
|
||||
{
|
||||
return igl::local_basis(V,F,B1,B2,B3);
|
||||
}, __doc_igl_local_basis,
|
||||
py::arg("V"), py::arg("F"), py::arg("B1"), py::arg("B2"), py::arg("B3"));
|
||||
Reference in New Issue
Block a user