summaryrefslogtreecommitdiffstats
path: root/src/utils/mathutils.h
Commit message (Collapse)AuthorAgeFilesLines
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
|
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-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.
* Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer2009-12-061-2/+2
|
* Moved rectangle intersection to the Rectangle classThorbjørn Lindeijer2009-12-061-21/+24
| | | | Also a bit of pointless cleanup in the math utils.
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
|
* Enable the Id keyword.Bjørn Lindeijer2007-03-031-1/+1
|
* Set native eol-style on recently added files.Bjørn Lindeijer2007-03-031-54/+54
|
* Use M_PI_2 instead of acos(0.0f) and FLT_MAX instead of 1.0E40f (which exceededBjørn Lindeijer2007-03-031-0/+8
| | | | | | the maximum float value). Some cosmetics (whitespace and declaring variables where they are used).
* Implemented an alternate collision-detection function, added namespace ↵Rogier Polak2007-03-031-0/+46
utils::math.