Added tutorial 707

Former-commit-id: 3a57699280
This commit is contained in:
Sebastian Koch
2016-07-06 22:20:41 +02:00
parent 70f5ed2048
commit aa298105c6
10 changed files with 182 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
m.def("get_seconds", []
()
{
return igl::get_seconds();
}, __doc_igl_get_seconds);