Searched refs:test_vincenty (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/geometry/test/strategies/ |
D | vincenty.cpp | 108 void test_vincenty(double lon1, double lat1, double lon2, double lat2, in test_vincenty() function 194 void test_vincenty(double lon1, double lat1, double lon2, double lat2, in test_vincenty() function 199 test_vincenty<P1, P2>(lon1, lat1, lon2, lat2, in test_vincenty() 259 test_vincenty<P1, P2>(azimuth(144,25,29.52440), azimuth(-37,57,3.72030), in test_all() 266 test_vincenty<P1, P2>(azimuth(19,28), azimuth(51,47), in test_all() 271 test_vincenty<P1, P2>(azimuth(0,7,39), azimuth(51,30,26), in test_all() 277 test_vincenty<P1, P2>(azimuth(121,30), azimuth(31,12), in test_all() 282 test_vincenty<P1, P2>(0, 0, 0, 50, 5540.847042, 0, 180, gda_spheroid); // N in test_all() 283 test_vincenty<P1, P2>(0, 0, 0, -50, 5540.847042, 180, 0, gda_spheroid); // S in test_all() 284 test_vincenty<P1, P2>(0, 0, 50, 0, 5565.974540, 90, -90, gda_spheroid); // E in test_all() [all …]
|
/third_party/boost/libs/geometry/test/algorithms/length/ |
D | length_geo.cpp | 80 void test_vincenty() in test_vincenty() function 92 test_vincenty<P>(); in test_all()
|
/third_party/boost/libs/geometry/test/algorithms/perimeter/ |
D | perimeter_geo.cpp | 93 void test_vincenty() in test_vincenty() function 105 test_vincenty<P>(); in test_all()
|