summaryrefslogtreecommitdiff
path: root/src/utils/mathutils.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-13/+13
Also updated the headers to refer to the GPL by URL instead of suggesting to contact the FSF by snail mail, as per the latest GPL usage instructions.
2009-12-06Moved rectangle intersection to the Rectangle classThorbjørn Lindeijer1-14/+15
Also a bit of pointless cleanup in the math utils.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2007-06-16Forgot the changelog entry. Work around compilers that have trouble dealing ↵Guillaume Melquiond1-1/+1
with zero-sized arrays.
2007-06-16Fix rsqrt and sqrt.Guillaume Melquiond1-7/+8
2007-03-03Enable the Id keyword.Bjørn Lindeijer1-1/+1
2007-03-03Set native eol-style on recently added files.Bjørn Lindeijer1-99/+99
2007-03-03Use M_PI_2 instead of acos(0.0f) and FLT_MAX instead of 1.0E40f (which exceededBjørn Lindeijer1-22/+15
the maximum float value). Some cosmetics (whitespace and declaring variables where they are used).
2007-03-03Implemented an alternate collision-detection function, added namespace ↵Rogier Polak1-0/+106
utils::math.