]> git.localhorst.tv Git - l2e.git/commit
added fixed point number type
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 27 Dec 2012 11:23:51 +0000 (12:23 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 27 Dec 2012 14:51:37 +0000 (15:51 +0100)
commit06db9f596cd1c5aa4c0832b387882f7c74c1b4c0
tree4d616429a7910c06ab16b40efb743950b4597bf0
parenta3ba4dc677ad7c92eeb78b20b642241563605c9d
added fixed point number type
l2e.cbp
src/math/Fixed.h [new file with mode: 0644]
src/math/Vector.h
src/math/fwd.h
src/math/utility.h [new file with mode: 0644]
tests/math/FixedTest.cpp [new file with mode: 0644]
tests/math/FixedTest.h [new file with mode: 0644]