Searched refs:th_t (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/geometry/test/formulas/ |
D | inverse.cpp | 72 typedef bg::formula::thomas_inverse<double, true, true, true, true, true> th_t; in test_all() typedef 73 result_t = th_t::apply(lon1r, lat1r, lon2r, lat2r, spheroid); in test_all()
|
D | direct.cpp | 95 typedef bg::formula::thomas_direct<double, true, true, true, true, true> th_t; in test_all() typedef 96 result = th_t::apply(lon1r, lat1r, distance, azi12r, spheroid); in test_all()
|