Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/formulas/
Dspherical.hpp50 T const cos_lat = cos(lat); in sph_to_cart3d() local
51 x = cos_lat * cos(lon); in sph_to_cart3d()
52 y = cos_lat * sin(lon); in sph_to_cart3d()
Dgeographic.hpp75 calc_t const cos_lat = cos(lat); in geo_to_cart3d() local
79 calc_t const N_cos_lat = N * cos_lat; in geo_to_cart3d()
91 set<2>(north, cos_lat); in geo_to_cart3d()