This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
3DFaces
/
libigl_Martin
Vigiar
3
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
aa298105c6
Ramos
Etiquetas
martinsChanges
master
libigl_Martin
/
python
/
py_igl
/
py_get_seconds.cpp
py_get_seconds.cpp
86 B
Histórico
Em bruto
1
2
3
4
5
6
m.def("get_seconds", []
()
{
return igl::get_seconds();
}, __doc_igl_get_seconds);