|
@@ -1,6 +1,6 @@
|
|
|
# Linear Algebra in C
|
|
|
|
|
|
-Procedurally generated C library for Linear Algebra in 2D/3D Computer Graphics. The goals are:
|
|
|
+Procedurally generated C library for Linear Algebra in 2D/3D Computer Graphics (equivalent of [GLM](https://github.com/g-truc/glm)). The goals are:
|
|
|
- consistent naming scheme of the functions/types/macros,
|
|
|
- human-readable source code despite being procedurally generated,
|
|
|
- minimal amount of dependencies,
|