update structure

This commit is contained in:
treeform 2018-08-12 14:25:42 -07:00
parent 83c55e5801
commit 965e2b06cc
6 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# VMath
Collection of my math rutines that I use for 2d and 3d graphics.
Collection of math rutines that for 2d and 3d graphics.
Has functinos for Vec2, Vec3, Vec4, Mat3, Mat4 and Quat.

View file

@ -1,4 +1,4 @@
# nim c -r --verbosity:0 test\vmathtest > test\vmathtest.test.txt; tools\dos2unix test\vmathtest.test.txt; git diff test\vmathtest.test.txt
# nim c -r --verbosity:0 test\vmathtest > test\vmathtest.test.txt; dos2unix test\vmathtest.test.txt; git diff test\vmathtest.test.txt
include vmath

1
tests/vmathtest.nims Normal file
View file

@ -0,0 +1 @@
switch("path", "$projectDir/../src")

1
tests/xmahttest.nims Normal file
View file

@ -0,0 +1 @@
switch("path", "$projectDir/../src")

View file

@ -1,6 +1,6 @@
# nim c -r --verbosity:0 test\xmathtest > test\xmathtest.test.txt; tools\dos2unix test\xmathtest.test.txt; git diff test\xmathtest.test.txt
include xmath
include vmath/xmath
randomize(1234)