| 274 | } |
| 275 | |
| 276 | void ScreenBase::PtoG(m2::RectD const & pxRect, m2::RectD & glbRect) const |
| 277 | { |
| 278 | glbRect = m2::RectD(PtoG(pxRect.LeftTop()), PtoG(pxRect.RightBottom())); |
| 279 | } |
| 280 | |
| 281 | void ScreenBase::GetTouchRect(m2::PointD const & pixPoint, double pixRadius, m2::AnyRectD & glbRect) const |
| 282 | { |