simple matrix operations c header only library
Debucquoy Anthony (tonitch)
1cec284de9
I should refactor a bit but it's okay for now The big improvmeent is lookAt(); |
||
---|---|---|
build.sh | ||
gmath.h | ||
LICENSE | ||
main.c | ||
README.md |
GMath
a header only simple matrix operation in c
Quick start
put the gmath.h
in your project directory and add these lines in your project file
#define GMATH_IMPLEMENTATION
#include "gmath.h"
Contribution
The project can be found and issue can be oppened at : https://git.herisson.ovh/tonitch/gmath.h