Searched refs:geodesic_scale (Results 1 – 19 of 19) sorted by relevance
/third_party/boost/boost/geometry/formulas/ |
D | result_inverse.hpp | 26 , geodesic_scale(1) in result_inverse() 33 T geodesic_scale; member
|
D | result_direct.hpp | 26 , geodesic_scale(1) in result_direct() 33 T geodesic_scale; member
|
D | differential_quantities.hpp | 43 CT & reduced_length, CT & geodesic_scale) in apply() argument 54 reduced_length, geodesic_scale); in apply() 62 CT & reduced_length, CT & geodesic_scale) in apply() argument 87 geodesic_scale = M12; in apply() 141 geodesic_scale = M12; in apply()
|
D | gnomonic_spheroid.hpp | 59 CT const& M = i_res.geodesic_scale; in forward() 91 CT const& M = d_res.geodesic_scale; in inverse()
|
D | karney_inverse.hpp | 275 m12x, dummy, result.geodesic_scale, in apply() 310 result.geodesic_scale = cos(sigma12); in apply() 336 result.geodesic_scale = cos(sigma12 / dnm); in apply() 438 m12x, dummy, result.geodesic_scale, in apply() 450 swap(result.geodesic_scale, M21); in apply()
|
D | meridian_direct.hpp | 115 result.reduced_length, result.geodesic_scale); in apply()
|
D | vincenty_direct.hpp | 166 result.reduced_length, result.geodesic_scale); in apply()
|
D | andoyer_inverse.hpp | 240 result.reduced_length, result.geodesic_scale); in apply()
|
D | vincenty_inverse.hpp | 211 result.reduced_length, result.geodesic_scale); in apply()
|
D | thomas_inverse.hpp | 210 result.reduced_length, result.geodesic_scale); in apply()
|
D | thomas_direct.hpp | 205 result.reduced_length, result.geodesic_scale); in apply()
|
D | karney_direct.hpp | 258 result.geodesic_scale = cos_sigma12 + in apply()
|
/third_party/boost/libs/geometry/test/formulas/ |
D | inverse.cpp | 48 … result.geodesic_scale, expected.geodesic_scale, reference.geodesic_scale, reference_error); in check_inverse()
|
D | inverse_karney.cpp | 48 … result.geodesic_scale, expected.geodesic_scale, reference.geodesic_scale, reference_error); in check_inverse()
|
D | direct.cpp | 56 …check_one(result.geodesic_scale, expected.geodesic_scale, reference.geodesic_scale, reference_erro… in check_direct() 134 result.reduced_length, result.geodesic_scale, foo); in test_all()
|
D | direct_meridian.cpp | 53 check_one("geo scale:" + ss.str(), result.geodesic_scale, result.geodesic_scale, in check_meridian_direct() 54 reference.geodesic_scale, 0.01); in check_meridian_direct()
|
D | inverse_cases.hpp | 27 double geodesic_scale; member
|
D | direct_cases.hpp | 28 double geodesic_scale; member
|
/third_party/boost/boost/geometry/strategies/geographic/ |
D | distance_cross_track.hpp | 371 CT M43 = res34.geodesic_scale; // cos(s14/earth_radius) is the spherical limit in newton()
|