Searched refs:cosrot (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/geometry/srs/projections/proj/ |
D | omerc.hpp | 66 T A, B, E, AB, ArB, BrA, rB, singam, cosgam, sinrot, cosrot; member 113 xy_x = v * this->m_proj_parm.cosrot + u * this->m_proj_parm.sinrot; in fwd() 114 xy_y = u * this->m_proj_parm.cosrot - v * this->m_proj_parm.sinrot; in fwd() 130 v = xy_x * this->m_proj_parm.cosrot - xy_y * this->m_proj_parm.sinrot; in inv() 131 … u = xy_y * this->m_proj_parm.cosrot + xy_x * this->m_proj_parm.sinrot + this->m_proj_parm.u_0; in inv() 252 proj_parm.cosrot = cos(gamma); in setup_omerc()
|