Searched refs:radius_g_1 (Results 1 – 1 of 1) sorted by relevance
73 T radius_g_1; member108 … xy_x = this->m_proj_parm.radius_g_1 * atan (Vy / boost::math::hypot (Vz, tmp)); in fwd()109 xy_y = this->m_proj_parm.radius_g_1 * atan (Vz / tmp); in fwd()111 xy_x = this->m_proj_parm.radius_g_1 * atan (Vy / tmp); in fwd()112 … xy_y = this->m_proj_parm.radius_g_1 * atan (Vz / boost::math::hypot (Vy, tmp)); in fwd()126 Vz = tan (xy_y / this->m_proj_parm.radius_g_1); in inv()127 … Vy = tan (xy_x / this->m_proj_parm.radius_g_1) * boost::math::hypot(1.0, Vz); in inv()129 Vy = tan (xy_x / this->m_proj_parm.radius_g_1); in inv()130 … Vz = tan (xy_y / this->m_proj_parm.radius_g_1) * boost::math::hypot(1.0, Vy); in inv()187 … xy_x = this->m_proj_parm.radius_g_1 * atan(Vy / boost::math::hypot(Vz, tmp)); in fwd()[all …]