moved linear algebra code to core/
This commit is contained in:
parent
34b6e19896
commit
fa2a4887df
3 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "types.h"
|
#include "../types.h"
|
||||||
|
|
||||||
#define PI 3.14159265358979323846
|
#define PI 3.14159265358979323846
|
||||||
#define RAD(deg) deg * (PI / 180.0f)
|
#define RAD(deg) deg * (PI / 180.0f)
|
||||||
2
makefile
2
makefile
|
|
@ -7,7 +7,7 @@ endif
|
||||||
|
|
||||||
SRC:=\
|
SRC:=\
|
||||||
topaz.c\
|
topaz.c\
|
||||||
linear.c\
|
core/linear.c\
|
||||||
core/arena.c\
|
core/arena.c\
|
||||||
core/vector.c\
|
core/vector.c\
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue