-
Notifications
You must be signed in to change notification settings - Fork 1
libigl
Sébastien Mestrallet edited this page Oct 9, 2023
·
11 revisions
libigl is the mesh processing library of the Interactive Geometry Lab from ETH Zürich.
Its design principle is
- header-only
- the use of Eigen matrices to store everything, no complex data types
- minimal dependencies
- each function has a dedicated .h/.cpp pair of the same name
to complete their documentation.



