Skip to content

tonitch/gmath.h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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