Searched defs:lp_lon (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/geometry/srs/projections/proj/ |
D | aeqd.hpp | 100 …inline void e_forward(T const& lp_lon, T const& lp_lat, T& xy_x, T& xy_y, Par const& par, ProjParm… in e_forward() 141 …inline void e_inverse(T const& xy_x, T const& xy_y, T& lp_lon, T& lp_lat, Par const& par, ProjParm… in e_inverse() 173 …inline void e_guam_fwd(T const& lp_lon, T const& lp_lat, T& xy_x, T& xy_y, Par const& par, ProjPar… in e_guam_fwd() 186 …inline void e_guam_inv(T const& xy_x, T const& xy_y, T& lp_lon, T& lp_lat, Par const& par, ProjPar… in e_guam_inv() 202 …inline void s_forward(T const& lp_lon, T lp_lat, T& xy_x, T& xy_y, Par const& /*par*/, ProjParm co… in s_forward() 245 …inline void s_inverse(T xy_x, T xy_y, T& lp_lon, T& lp_lat, Par const& par, ProjParm const& proj_p… in s_inverse()
|
D | goode.hpp | 86 inline void s_forward(T const& lp_lon, T const& lp_lat, T& xy_x, T& xy_y, in s_forward() 98 inline void s_inverse(T const& xy_x, T xy_y, T& lp_lon, T& lp_lat, in s_inverse()
|
D | ob_tran.hpp | 241 inline void o_forward(T lp_lon, T lp_lat, T& xy_x, T& xy_y, Par const& proj_parm) in o_forward() 256 … inline void o_inverse(T const& xy_x, T const& xy_y, T& lp_lon, T& lp_lat, Par const& proj_parm) in o_inverse() 272 inline void t_forward(T lp_lon, T lp_lat, T& xy_x, T& xy_y, Par const& proj_parm) in t_forward() 285 … inline void t_inverse(T const& xy_x, T const& xy_y, T& lp_lon, T& lp_lat, Par const& proj_parm) in t_inverse()
|
/third_party/boost/boost/geometry/srs/projections/impl/ |
D | base_dynamic.hpp | 119 virtual void fwd(P const& par, CT const& lp_lon, CT const& lp_lat, CT& xy_x, CT& xy_y) const in fwd() 150 virtual void inv(P const& par, CT const& xy_x, CT const& xy_y, CT& lp_lon, CT& lp_lat) const in inv()
|
D | pj_fwd.hpp | 65 calc_t lp_lon = geometry::get_as_radian<0>(ll); in pj_fwd() local
|