Searched refs:PROJ_ETMERC_ORDER (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/geometry/srs/projections/proj/ |
D | etmerc.hpp | 75 static const int PROJ_ETMERC_ORDER = 6; variable 179 Cn = gatg(this->m_proj_parm.cbg, PROJ_ETMERC_ORDER, Cn); in fwd() 191 Cn += clenS(this->m_proj_parm.gtu, PROJ_ETMERC_ORDER, 2*Cn, 2*Ce, &dCn, &dCe); in fwd() 213 … Cn += clenS(this->m_proj_parm.utg, PROJ_ETMERC_ORDER, 2*Cn, 2*Ce, &dCn, &dCe); in inv() 224 lp_lat = gatg(this->m_proj_parm.cgb, PROJ_ETMERC_ORDER, Cn); in inv() 315 Z = gatg(proj_parm.cbg, PROJ_ETMERC_ORDER, par.phi0); in setup() 319 proj_parm.Zb = - proj_parm.Qn*(Z + clens(proj_parm.gtu, PROJ_ETMERC_ORDER, 2*Z)); in setup()
|