index.md 949 B

libigl - A simple C++ geometry processing library

This detailed documentation browser is automatically generated from the comments in libigl header (.h) files.

In general, each function (e.g., igl::func) will be defined in a correspondingly named header file (e.g., #include <igl/func.h>).

The core library only depends on the standard template library (std::) and Eigen. These functions reside directly the igl:: namespace

Functions with further dependencies reside in a corresonding sub-namespace. For example, the function igl::spectra::lscm depends on the Spectra library so it resides in the igl::spectra:: namespace.

Functions which depend on external code under a copyleft license reside in the igl::copyleft:: namepsace.

https://libigl.github.io/

https://github.com/libigl/libigl/