Searched refs:tan_lon_y (Results 1 – 1 of 1) sorted by relevance
142 …CT const tan_lon_y = T1 * sin_lon2 - T2 * sin_lon1 + T1T2 * (tan_lat1 * cos_lon1 - tan_lat2 * cos_… in apply() local145 lon = atan2(tan_lon_y, tan_lon_x); in apply()