update structure
This commit is contained in:
parent
83c55e5801
commit
965e2b06cc
6 changed files with 5 additions and 3 deletions
|
@ -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.
|
|
@ -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
1
tests/vmathtest.nims
Normal file
|
@ -0,0 +1 @@
|
|||
switch("path", "$projectDir/../src")
|
1
tests/xmahttest.nims
Normal file
1
tests/xmahttest.nims
Normal file
|
@ -0,0 +1 @@
|
|||
switch("path", "$projectDir/../src")
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue