]> git.tdb.fi Git - libs/gl.git/commitdiff
Convert Matrix to use floats
authorMikko Rasa <tdb@tdb.fi>
Wed, 27 Nov 2013 09:06:38 +0000 (11:06 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 27 Nov 2013 09:06:38 +0000 (11:06 +0200)
This halves matrix storage size to 64 bytes and reduces overhead from
conversions at certain places.  If an application desires greater
precision, it can use the LinAl::Matrix and Geometry::AffineTransformation
classes internally.


No differences found