1234567891011 |
- IGL Library - A simple c++ geometry processing library
- Copyright 2013 - Alec Jacobson, Daniele Panozzo, Olga Diamanti, Kenshi
- Takayama, Leo Sacht
- Interactive Geometry Lab - ETH Zurich
- This is first and foremost a *header* library. Each header file should contain
- a single function. The function may have multiple prototypes. All functions
- should use the igl namespace and should adhere to the conventions and styles
- listed below.
- Further documentation is listed in tutorial.html, style_guidelines.html
|