Home
last modified time | relevance | path

Searched defs:xy_x (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/geometry/srs/projections/proj/
Daeqd.hpp100 …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()
Dgoode.hpp86 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()
Dob_tran.hpp241 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()
Dhealpix.hpp278 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/
Dbase_dynamic.hpp119 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()
Dpj_inv.hpp65 calc_t xy_x = (geometry::get<0>(xy) * par.to_meter - par.x0) * par.ra; in pj_inv() local