From: Mikko Rasa Date: Sat, 18 May 2013 21:27:42 +0000 (+0300) Subject: Use libmspmath to provide vector and matrix operations X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;ds=sidebyside;h=2b779717e42b514210f7128cf9aee2276650e003;hp=2b779717e42b514210f7128cf9aee2276650e003;p=libs%2Fgl.git Use libmspmath to provide vector and matrix operations Pulling them from a math library enables interoperability for programs where it is desirable for some parts to avoid an OpenGL dependency. A full complement of vector operations helps with readable code. The flag tracking from Matrix was removed as a benchmark showed it to actually hurt performance with compiler optimizations enabled. ---