]> git.tdb.fi Git - libs/math.git/commit
Rename the library to mspmath and make linal a sublibrary
authorMikko Rasa <tdb@tdb.fi>
Sat, 27 Apr 2013 16:51:08 +0000 (19:51 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 27 Apr 2013 17:04:44 +0000 (20:04 +0300)
commit839a88cd2b9a2f054323627c4e76cdcefc652c63
treec11ae7f8169e5171a1b57a79d6ff88bfca9f18d3
parent4d9e2d03503ba3d90633d2acdaadf64869bf2ab4
Rename the library to mspmath and make linal a sublibrary
14 files changed:
.gitignore
Build
source/dummy.cpp [deleted file]
source/linal/dummy.cpp [new file with mode: 0644]
source/linal/matrix.h [new file with mode: 0644]
source/linal/matrix4.h [new file with mode: 0644]
source/linal/squarematrix.h [new file with mode: 0644]
source/linal/vector.h [new file with mode: 0644]
source/linal/vector3.h [new file with mode: 0644]
source/matrix.h [deleted file]
source/matrix4.h [deleted file]
source/squarematrix.h [deleted file]
source/vector.h [deleted file]
source/vector3.h [deleted file]