]> git.tdb.fi Git - libs/math.git/commit
Beginnings of a geometry library
authorMikko Rasa <tdb@tdb.fi>
Wed, 15 May 2013 07:27:06 +0000 (10:27 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 15 May 2013 07:27:06 +0000 (10:27 +0300)
commit6ff13022b53830d35283905d562c2ef3af198cc1
treede5c8f6886b41792657e126bb885ab559afefbde
parentec9e0699ef686a3314d4c9ee0f39b29a92d3aeed
Beginnings of a geometry library
13 files changed:
Build
source/geometry/affinetransformation.h [new file with mode: 0644]
source/geometry/angle.h [new file with mode: 0644]
source/geometry/box.h [new file with mode: 0644]
source/geometry/circle.h [new file with mode: 0644]
source/geometry/dummy.cpp [new file with mode: 0644]
source/geometry/hyperbox.h [new file with mode: 0644]
source/geometry/hypersphere.h [new file with mode: 0644]
source/geometry/ray.h [new file with mode: 0644]
source/geometry/rectangle.h [new file with mode: 0644]
source/geometry/shape.h [new file with mode: 0644]
source/geometry/transformedshape.h [new file with mode: 0644]
source/linal/matrix4.h [deleted file]