ZenulAbidin / ZGLshapes

Zenul_Abidin's OpenGL shape classes
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Linear algebra library wanted #2

Open ZenulAbidin opened 4 years ago

ZenulAbidin commented 4 years ago

Certain functions like ZQTri::isValid, which needs the rank of the points lined up as a matrix, and the point classification functions in ZQTri need linear algebra functions. I don't have a library that can provide those yet.

Boost.ublas cannot be used because it doesn't have linear algebra functions, even though it has vector and matrix classes.

ZenulAbidin commented 4 years ago

No suitable libraries were found that had all the functions I wanted, so I decided to make my own and merge all the functions from different libraries in there.