0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

15 Commits

Author SHA1 Message Date
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Mathias Stearn
4e234c4959 $centerSphere test and fixes to make it pass 2010-08-24 14:06:47 -04:00
Mathias Stearn
7798dfdc37 deg2rad and rad2deg helpers 2010-08-24 14:06:47 -04:00
Mathias Stearn
8fb5e7c70d Going back to [X,Y] order to match GeoJSON spec
Revert "Swap x and y for points"

This reverts commit 0e49d544eb.
2010-08-24 14:01:04 -04:00
Mathias Stearn
0e49d544eb Swap x and y for points 2010-08-19 17:59:16 -04:00
Mathias Stearn
cb001794d4 these should be const 2010-08-17 18:27:30 -04:00
Mathias Stearn
684cf1c0b1 $center optimization: don't check box if not in circle 2010-07-28 23:29:57 -04:00
Mathias Stearn
819e2b0827 Bound worst case overhead in $center queries 2010-07-28 23:29:57 -04:00
Mathias Stearn
747c54b804 Implicit conversions suck 2010-07-28 23:29:57 -04:00
Eliot Horowitz
0b72ae6d71 earth radius constants and simple test SERVER-1342 2010-07-19 10:30:54 -04:00
Mathias Stearn
3908a13a6e M_PI is also a GNU extension 2010-07-04 18:25:02 -04:00
Mathias Stearn
090d0c7736 sincos() is a GNU extension. switching to separate sin() cos() calls 2010-07-04 17:55:45 -04:00
Mathias Stearn
2d37109d0c Spherical distance functions SERVER-1342 2010-07-04 13:36:36 -04:00
Eliot Horowitz
d4fdac025e quandrant search that i forgot to commit 2010-06-27 11:58:55 -04:00
Eliot Horowitz
8f1f59687e cleaning geo 2010-06-26 14:13:11 -04:00