summaryrefslogtreecommitdiff
path: root/db/geo/core.h
Commit message (Expand)AuthorAgeFilesLines
* $centerSphere test and fixes to make it passMathias Stearn2010-08-241-0/+6
* deg2rad and rad2deg helpersMathias Stearn2010-08-241-2/+5
* Going back to [X,Y] order to match GeoJSON specMathias Stearn2010-08-241-42/+42
* Swap x and y for pointsMathias Stearn2010-08-191-42/+42
* these should be constMathias Stearn2010-08-171-2/+2
* $center optimization: don't check box if not in circleMathias Stearn2010-07-281-1/+1
* Bound worst case overhead in $center queriesMathias Stearn2010-07-281-0/+5
* Implicit conversions suckMathias Stearn2010-07-281-5/+5
* earth radius constants and simple test SERVER-1342Eliot Horowitz2010-07-191-0/+6
* M_PI is also a GNU extensionMathias Stearn2010-07-041-0/+4
* sincos() is a GNU extension. switching to separate sin() cos() callsMathias Stearn2010-07-041-10/+5
* Spherical distance functions SERVER-1342Mathias Stearn2010-07-041-0/+36
* quandrant search that i forgot to commitEliot Horowitz2010-06-271-1/+20
* cleaning geoEliot Horowitz2010-06-261-0/+362