Home
last modified time | relevance | path

Searched refs:cos_lat2 (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/geometry/formulas/
Dandoyer_inverse.hpp86 CT const cos_lat2 = cos(lat2); in apply() local
91 CT cos_d = sin_lat1*sin_lat2 + cos_lat1*cos_lat2*cos_dlon; in apply()
172 if (math::equals(cos_lat2, c0)) in apply()
181 CT const tan_lat2 = sin_lat2/cos_lat2; in apply()
200 CT const N = cos_lat2*tan_lat1-sin_lat2*cos_dlon; in apply()
203 V = (f/ c2)*math::sqr(cos_lat2)*sin_2B; in apply()
237 quantities::apply(dlon, sin_lat1, cos_lat1, sin_lat2, cos_lat2, in apply()
Dspherical.hpp149 CT const cos_lat2 = cos(lat2); in spherical_azimuth() local
156 CT const y = sin_dlon * cos_lat2; in spherical_azimuth()
157 CT const x = cos_lat1 * sin_lat2 - sin_lat1 * cos_lat2 * cos_dlon; in spherical_azimuth()
164 CT const x = sin_lat2 * cos_lat1 * cos_dlon - cos_lat2 * sin_lat1; in spherical_azimuth()
Ddifferential_quantities.hpp49 CT const cos_lat2 = cos(lat2); in apply() local
51 apply(dlon, sin_lat1, cos_lat1, sin_lat2, cos_lat2, in apply()
59 CT const& sin_lat2, CT const& cos_lat2, in apply() argument
102 CT cos_bet2 = cos_lat2; in apply()
Dsjoberg_intersection.hpp70 CT const cos_lat2 = cos(lat2); in apply_alt() local
77 sin_lon2, cos_lon2, sin_lat2, cos_lat2, in apply_alt()
85 … CT const& sin_lon2, CT const& cos_lon2, CT const& sin_lat2, CT const& cos_lat2, in apply()
94 CT const tan_lat2 = sin_lat2 / cos_lat2; //tan(lat2); in apply()
105 CT const tan_alpha2_x = cos_lat2 * tan_lat_b2 - sin_lat2 * cos_dlon2; in apply()
137 CT const T2 = tan_alpha2 * cos_lat2; in apply()
177 CT const lat_x_2 = tan_alpha2 * cos_lat2; in apply()