Merge pull request #30 from ilyak/master

add ilyak/linalg
This commit is contained in:
Sean Barrett 2016-12-18 03:16:15 -08:00 committed by GitHub
commit 24a7582b91
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ as C/C++, as this is not an obstacle to most users.)
#math
| library | license | API |files| description
| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| -----------
| [linalg](https://github.com/ilyak/linalg) | ISC |C/C++|**1**| vector/matrix/quaternion math
| [mm_vec.h](https://github.com/vurtun/mmx) | BSD |C/C++|**1**| SIMD vector math
|**[Handmade Math](https://github.com/StrangeZak/Handmade-Math)** | **public domain** |C/C++|**1**| vector math
|**[gb_math](https://github.com/gingerBill/gb/blob/master/gb_math.h)** | **public domain** |C/C++|**1**| Vector, quaternion and matrix math w/o math.h