Searched refs:lat1d (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/geometry/test/formulas/ |
D | inverse_karney.cpp | 54 double lat1d = results.p1.lat; in test_all() local 64 result_k = ka_t::apply(lon1d, lat1d, lon2d, lat2d, spheroid); in test_all() 72 double lat1d = results.p1.lat; in test_karney() local 82 result = ka_t::apply(lon1d, lat1d, lon2d, lat2d, spheroid); in test_karney()
|
D | direct.cpp | 79 double lat1d = results.p1.lat; in test_all() local 124 result = ka_t::apply(lon1d, lat1d, distance, azi12d, spheroid); in test_all() 132 geod.Direct(lat1d, lon1d, azi12d, distance, in test_all() 144 double lat1d = results.p1.lat; in test_karney_antipodal() local 154 result = ka_t::apply(lon1d, lat1d, distance, azi12d, spheroid); in test_karney_antipodal()
|