summaryrefslogtreecommitdiff
path: root/src/utils/mathutils.h
AgeCommit message (Collapse)AuthorFilesLines
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2007-03-03Enable the Id keyword.Bjørn Lindeijer1-1/+1
2007-03-03Set native eol-style on recently added files.Bjørn Lindeijer1-54/+54
2007-03-03Use M_PI_2 instead of acos(0.0f) and FLT_MAX instead of 1.0E40f (which exceededBjørn Lindeijer1-0/+8
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/+46
utils::math.