Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/formulas/
Dsjoberg_intersection.hpp167 CT const cos_dlon_1 = cos_lon * cos_lon1 + sin_lon * sin_lon1; in apply() local
168 CT const lat_y_1 = sin_dlon_1 + tan_alpha1 * sin_lat1 * cos_dlon_1; in apply()