Basic linear math library written in C inspired by the C++ GLM library (http://glm.g-truc.net).
Include cglm.h after GL/gl.h or the library you are using to create your OpenGL context.
CGLM test suite is build with CMake for all platforms.
You can also use the fake configure script provided to set it up on unix:
./configure
make
Depends on Doxygen:
make cglm_doc