MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / GetLongitude

Function GetLongitude

CesiumGeospatial/src/S2CellID.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134double 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
139GlobeRectangle
140GlobeRectangleFromLatLng(const R1Interval& lat_, const S1Interval& lng_) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected