Searched defs:xy_x (Results 1 – 6 of 6) 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()
|
D | healpix.hpp | 278 inline void healpix_sphere(T const& lp_lam, T const& lp_phi, T& xy_x, T& xy_y) in healpix_sphere() 309 inline void healpix_sphere_inverse(T const& xy_x, T const& xy_y, T& lp_lam, T& lp_phi) in healpix_sphere_inverse() 482 inline void combine_caps(T& xy_x, T& xy_y, int north_square, int south_square, in combine_caps()
|
/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_inv.hpp | 65 calc_t xy_x = (geometry::get<0>(xy) * par.to_meter - par.x0) * par.ra; in pj_inv() local
|