]> git.tdb.fi Git - libs/math.git/commit
Basic vector and matrix classes
authorMikko Rasa <tdb@tdb.fi>
Thu, 30 Aug 2012 20:41:33 +0000 (23:41 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 30 Aug 2012 20:41:33 +0000 (23:41 +0300)
commit4d9e2d03503ba3d90633d2acdaadf64869bf2ab4
treec0ce6d2c65ca8afae8573dcdc2f2f9302523114a
Basic vector and matrix classes

Some classes are still incomplete
.gitignore [new file with mode: 0644]
Build [new file with mode: 0644]
source/dummy.cpp [new file with mode: 0644]
source/matrix.h [new file with mode: 0644]
source/matrix4.h [new file with mode: 0644]
source/squarematrix.h [new file with mode: 0644]
source/vector.h [new file with mode: 0644]
source/vector3.h [new file with mode: 0644]