| 132 | } |
| 133 | |
| 134 | double GetLongitude(const R2Rect& uv_, int face_, int i, int j) { |
| 135 | S2Point p = S2::FaceUVtoXYZ(face_, uv_[0][i], uv_[1][j]); |
| 136 | return S2LatLng::Longitude(p).radians(); |
| 137 | } |
| 138 | |
| 139 | GlobeRectangle |
| 140 | GlobeRectangleFromLatLng(const R1Interval& lat_, const S1Interval& lng_) { |
no outgoing calls
no test coverage detected