Initial workspace 6/1/2019 - 13/10/2019

This commit is contained in:
2020-02-23 12:01:51 +11:00
commit 837fb145e1
5 changed files with 427 additions and 0 deletions

5
maths.c Normal file
View File

@ -0,0 +1,5 @@
#include "vector.h"
static inline vector VecAdd(vector l, vector r);
static inline vector VecScale(vector v, vec_t x);