blob: 8b7b2af4231e3e903d32e91d21e4a7831a010af6 (
plain)
1
2
3
4
5
6
7
|
cglm is optimized 3D math library written in C99 (compatible with C89).
It is similar to original glm library except this is mainly for C
This library stores matrices as column-major order but in the future row-major
is considered to be supported as optional.
Currently only float type is supported for most operations.
|