Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/formulas/
Dsjoberg_intersection.hpp65 CT const cos_lon2 = cos(lon2); 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()
139 …nst tan_lon_y = T1 * sin_lon2 - T2 * sin_lon1 + T1T2 * (tan_lat1 * cos_lon1 - tan_lat2 * cos_lon2); in apply()
140 …CT const tan_lon_x = T1 * cos_lon2 - T2 * cos_lon1 - T1T2 * (tan_lat1 * sin_lon1 - tan_lat2 * sin_… in apply()
174 CT const sin_dlon_2 = sin_lon * cos_lon2 - cos_lon * sin_lon2; in apply()
175 CT const cos_dlon_2 = cos_lon * cos_lon2 + sin_lon * sin_lon2; in apply()