Merge pull request #29 from John-Nagle/master

Add 'algebra3.h'
This commit is contained in:
Sean Barrett 2016-12-18 03:12:43 -08:00 committed by GitHub
commit 253aa21801
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ as C/C++, as this is not an obstacle to most users.)
#geometry math
| library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
|**[algebra3.h](http://www.animats.com/source/graphics/algebra3.h)** | **public domain** | C++ |**1**| vector utilities for 2, 3, and 4 element vectors, all inline
|**[nv_voronoi.h](http://www.icculus.org/~mordred/nvlib/)** | **public domain** |C/C++|**1**| find voronoi regions on lattice w/ integer inputs
|**[df](https://github.com/983/df)** | **public domain** |C/C++|**1**| find voronoi region in linear time of size of lattice
|**[sobol.h](https://github.com/Marc-B-Reynolds/Stand-alone-junk/)** | **public domain** |C/C++|**1**| sobol & stratified sampling sequences