Home
last modified time | relevance | path

Searched refs:geodesic_scale (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/boost/geometry/formulas/
Dresult_inverse.hpp26 , geodesic_scale(1) in result_inverse()
33 T geodesic_scale; member
Dresult_direct.hpp26 , geodesic_scale(1) in result_direct()
33 T geodesic_scale; member
Ddifferential_quantities.hpp43 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()
Dgnomonic_spheroid.hpp59 CT const& M = i_res.geodesic_scale; in forward()
91 CT const& M = d_res.geodesic_scale; in inverse()
Dkarney_inverse.hpp275 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()
Dmeridian_direct.hpp115 result.reduced_length, result.geodesic_scale); in apply()
Dvincenty_direct.hpp166 result.reduced_length, result.geodesic_scale); in apply()
Dandoyer_inverse.hpp240 result.reduced_length, result.geodesic_scale); in apply()
Dvincenty_inverse.hpp211 result.reduced_length, result.geodesic_scale); in apply()
Dthomas_inverse.hpp210 result.reduced_length, result.geodesic_scale); in apply()
Dthomas_direct.hpp205 result.reduced_length, result.geodesic_scale); in apply()
Dkarney_direct.hpp258 result.geodesic_scale = cos_sigma12 + in apply()
/third_party/boost/libs/geometry/test/formulas/
Dinverse.cpp48 … result.geodesic_scale, expected.geodesic_scale, reference.geodesic_scale, reference_error); in check_inverse()
Dinverse_karney.cpp48 … result.geodesic_scale, expected.geodesic_scale, reference.geodesic_scale, reference_error); in check_inverse()
Ddirect.cpp56 …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()
Ddirect_meridian.cpp53 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()
Dinverse_cases.hpp27 double geodesic_scale; member
Ddirect_cases.hpp28 double geodesic_scale; member
/third_party/boost/boost/geometry/strategies/geographic/
Ddistance_cross_track.hpp371 CT M43 = res34.geodesic_scale; // cos(s14/earth_radius) is the spherical limit in newton()