• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..10-Jun-2019-

cgal/H10-Jun-2019-14,59810,646

comiso/H10-Jun-2019-3,2632,165

cork/H10-Jun-2019-322238

opengl2/H10-Jun-2019-889592

tetgen/H10-Jun-2019-1,6261,138

README.mdH A D10-Jun-2019763 1512

marching_cubes.cppH A D10-Jun-201928.3 KiB550441

marching_cubes.hH A D10-Jun-20195.4 KiB12863

marching_cubes_tables.hH A D10-Jun-201939.2 KiB918563

offset_surface.cppH A D10-Jun-20194.4 KiB6558

offset_surface.hH A D10-Jun-20191.9 KiB5535

progressive_hulls.cppH A D10-Jun-2019901 3224

progressive_hulls.hH A D10-Jun-20191.5 KiB4421

progressive_hulls_cost_and_placement.cppH A D10-Jun-20193.3 KiB10867

progressive_hulls_cost_and_placement.hH A D10-Jun-20192.1 KiB5524

quadprog.cppH A D10-Jun-201915.2 KiB600399

quadprog.hH A D10-Jun-20191.4 KiB4922

swept_volume.cppH A D10-Jun-20191.4 KiB5040

swept_volume.hH A D10-Jun-20191.3 KiB4224

README.md

1## IGL copyleft subdirectory
2
3Functions in the `include/igl/copyleft/` subdirectory are in the
4`igl::copyleft::` namespace to indicate that they are under a more aggressive
5[copyleft](https://en.wikipedia.org/wiki/Copyleft) than
6[MPL2](https://en.wikipedia.org/wiki/Mozilla_Public_License) used for the main
7`include/igl` directory and `igl::` namespace. Most notably, this subdirectory
8includes code that is under
9[GPL](https://en.wikipedia.org/wiki/GNU_General_Public_License).
10
11Typically a company planning on developing software without releasing its
12source code will avoid or purchase licenses for such dependencies. If you do
13obtain such a license for the dependencies employed here, you are free to use
14the libigl functions here as per their MPL2 license.
15