This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
3DFaces
/
libigl_Martin
Tarkkaile
3
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
e1eb91246c
Haarat
Tagit
martinsChanges
master
libigl_Martin
/
python
/
py_igl
/
py_get_seconds.cpp
py_get_seconds.cpp
86 B
Historia
Raaka
1
2
3
4
5
6
m.def("get_seconds", []
()
{
return igl::get_seconds();
}, __doc_igl_get_seconds);