Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/srs/projections/proj/
Dgeos.hpp71 T radius_p_inv2; member
100 …his->m_proj_parm.radius_g - Vx) * Vx - Vy * Vy - Vz * Vz * this->m_proj_parm.radius_p_inv2) < 0.) { in fwd()
150 lp_lat = atan (this->m_proj_parm.radius_p_inv2 * tan (lp_lat)); in inv()
286 proj_parm.radius_p_inv2 = par.rone_es; in setup_geos()
288 proj_parm.radius_p = proj_parm.radius_p2 = proj_parm.radius_p_inv2 = 1.0; in setup_geos()