protot/src/SimpleMath
Martin Felis 540e0d6db8 Implemente LookAt and using values from camera for near and far values for depth rendering 2018-02-16 22:06:09 +01:00
..
README Upgraded SimpleMath, added basic camera controls to the testmodule 2016-09-19 22:55:42 +02:00
SimpleMath.h Updated SimpleMath 2016-12-27 23:21:56 +01:00
SimpleMath.h.orig Upgraded SimpleMath, added basic camera controls to the testmodule 2016-09-19 22:55:42 +02:00
SimpleMathBlock.h initial commit 2016-08-29 22:31:11 +02:00
SimpleMathBlock.h.orig Upgraded SimpleMath, added basic camera controls to the testmodule 2016-09-19 22:55:42 +02:00
SimpleMathCholesky.h initial commit 2016-08-29 22:31:11 +02:00
SimpleMathCommaInitializer.h initial commit 2016-08-29 22:31:11 +02:00
SimpleMathDynamic.h Upgraded SimpleMath, added basic camera controls to the testmodule 2016-09-19 22:55:42 +02:00
SimpleMathDynamic.h.orig Upgraded SimpleMath, added basic camera controls to the testmodule 2016-09-19 22:55:42 +02:00
SimpleMathFixed.h Added somewhat tedious (but fun) serialization 2016-11-20 21:50:53 +01:00
SimpleMathFixed.h.orig initial commit 2016-08-29 22:31:11 +02:00
SimpleMathGL.h Implemente LookAt and using values from camera for near and far values for depth rendering 2018-02-16 22:06:09 +01:00
SimpleMathLU.h initial commit 2016-08-29 22:31:11 +02:00
SimpleMathMap.h initial commit 2016-08-29 22:31:11 +02:00
SimpleMathMixed.h initial commit 2016-08-29 22:31:11 +02:00
SimpleMathQR.h Updated SimpleMath 2016-12-27 23:21:56 +01:00
compileassert.h initial commit 2016-08-29 22:31:11 +02:00

README

This is a highly inefficient math library. It was conceived by Martin
Felis <martin.felis@iwr.uni-heidelberg.de> while he was waiting for code to
compile which used a highly efficient math library.

It is intended to be used as a fast compiling substitute for the
blazingly fast Eigen3 http://eigen.tuxfamily.org/index.php?title=Main_Page
library and tries to mimic its API to a certain extent.

Feel free to use it wherever you like. However, no guarantees are given
that this code does what it says it would.