Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/srs/projections/proj/
Dgnom.hpp73 T cosph0; member
97 … xy_y = this->m_proj_parm.sinph0 * sinphi + this->m_proj_parm.cosph0 * cosphi * coslam; in fwd()
117 … xy_y *= this->m_proj_parm.cosph0 * sinphi - this->m_proj_parm.sinph0 * cosphi * coslam; in fwd()
146 … lp_lat = cosz * this->m_proj_parm.sinph0 + xy_y * sinz * this->m_proj_parm.cosph0 / rh; in inv()
152 xy_x *= sinz * this->m_proj_parm.cosph0; in inv()
195 proj_parm.cosph0 = cos(par.phi0); in setup_gnom()
Dortho.hpp72 T cosph0; member
102 this->m_proj_parm.cosph0 * cosphi * coslam < - epsilon10) { in fwd()
105 … xy_y = this->m_proj_parm.cosph0 * sinphi - this->m_proj_parm.sinph0 * cosphi * coslam; in fwd()
153 … lp_lat = cosc * this->m_proj_parm.sinph0 + xy_y * sinc * this->m_proj_parm.cosph0 /rh; in inv()
155 xy_x *= sinc * this->m_proj_parm.cosph0; in inv()
185 proj_parm.cosph0 = cos(par.phi0); in setup_ortho()
Dnsper.hpp77 T cosph0; member
107 … xy_y = this->m_proj_parm.sinph0 * sinphi + this->m_proj_parm.cosph0 * cosphi * coslam; in fwd()
126 xy_y *= (this->m_proj_parm.cosph0 * sinphi - in fwd()
176 … lp_lat = asin(cosz * this->m_proj_parm.sinph0 + xy_y * sinz * this->m_proj_parm.cosph0 / rh); in inv()
178 xy_x *= sinz * this->m_proj_parm.cosph0; in inv()
218 proj_parm.cosph0 = cos(par.phi0); in setup()
Dairy.hpp78 T cosph0; member
106 … cosz = this->m_proj_parm.sinph0 * sinphi + this->m_proj_parm.cosph0 * cosz; in fwd()
117 xy_y = Krho * (this->m_proj_parm.cosph0 * sinphi - in fwd()
177 proj_parm.cosph0 = cos(par.phi0); in setup_airy()
Daeqd.hpp88 T cosph0; member
216 xy_y = proj_parm.sinph0 * sinphi + proj_parm.cosph0 * cosphi * coslam; in s_forward()
228 proj_parm.cosph0 * sinphi - proj_parm.sinph0 * cosphi * coslam; in s_forward()
269 lp_lat = aasin(cosc * proj_parm.sinph0 + xy_y * sinc * proj_parm.cosph0 / in s_inverse()
272 xy_x *= sinc * proj_parm.cosph0; in s_inverse()
294 proj_parm.cosph0 = 0.; in setup_aeqd()
298 proj_parm.cosph0 = 1.; in setup_aeqd()
302 proj_parm.cosph0 = cos(par.phi0); in setup_aeqd()
309 … proj_parm.M1 = pj_mlfn(par.phi0, proj_parm.sinph0, proj_parm.cosph0, proj_parm.en); in setup_aeqd()
Domerc.hpp167 T con, com, cosph0, D, F, H, L, sinph0, p, J, gamma=0, in setup_omerc() local
203 cosph0 = cos(par.phi0); in setup_omerc()
205 proj_parm.B = cosph0 * cosph0; in setup_omerc()
208 D = proj_parm.B * com / (cosph0 * sqrt(con)); in setup_omerc()