This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
3DFaces
/
libigl_Martin
Obserwuj
3
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
e1eb91246c
Gałęzie
Tagi
martinsChanges
master
libigl_Martin
/
python
/
py_igl
/
py_get_seconds.cpp
py_get_seconds.cpp
86 B
Historia
Czysty
1
2
3
4
5
6
m.def("get_seconds", []
()
{
return igl::get_seconds();
}, __doc_igl_get_seconds);