]> git.tdb.fi Git - libs/math.git/commit
Math function usage fixes
authorMikko Rasa <tdb@tdb.fi>
Tue, 21 May 2013 13:32:49 +0000 (16:32 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 21 May 2013 13:32:49 +0000 (16:32 +0300)
commit643aa7b2317f88463f66da11e595ebe0f6c9621d
tree9fabb75c4fd6c1c91137073161167ba2ef62e9bf
parentfe9d42c7cb18bc1db6d278bdc2f8372822d025bf
Math function usage fixes

Add using declarations and #includes where needed, and clean up some
unnecessary ones.  abs() is particularly annoying, as the int version
easily gets into the global namespace and doesn't give a warning if
used with floats or doubles.
source/geometry/extrudedshape.h
source/geometry/hyperbox.h
source/geometry/hypersphere.h
source/linal/squarematrix.h
source/linal/vector.h