Home
last modified time | relevance | path

Searched refs:northLat (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthAnnotation/
H A DRectangleNode.cpp141 double northLon, northLat; in setUpperLeft() local
153 northLat = osg::DegreesToRadians(upperLeft.y()); in setUpperLeft()
156 double y = ( southLat + northLat) / 2.0; in setUpperLeft()
187 double northLon, northLat; in setUpperRight() local
199 northLat = osg::DegreesToRadians(upperRight.y()); in setUpperRight()
202 double y = ( southLat + northLat) / 2.0; in setUpperRight()
233 double northLon, northLat; in setLowerLeft() local
248 double y = ( southLat + northLat) / 2.0; in setLowerLeft()
279 double northLon, northLat; in setLowerRight() local
293 double y = ( southLat + northLat) / 2.0; in setLowerRight()
[all …]
/dports/astro/marble/marble-21.12.3/tests/
H A DTestTileProjection.cpp189 QFETCH(qreal, northLat); in testTileIndexesEquirect()
198 GeoDataLatLonBox latLonBox(northLat, southLat, eastLon, westLon); in testTileIndexesEquirect()
331 QFETCH(qreal, northLat); in testTileIndexesMercator()
340 GeoDataLatLonBox latLonBox(northLat, southLat, eastLon, westLon); in testTileIndexesMercator()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthSymbology/
H A DGeometryFactory.cpp318 double northLon, northLat; in createRectangle() local
323 …GeoMath::destination( lat, lon, osg::DegreesToRadians( 0.0 ), halfHeightMeters, northLat, northLo… in createRectangle()
329 … geom->push_back( osg::RadiansToDegrees( eastLon ), osg::RadiansToDegrees( northLat ), center.z()); in createRectangle()
330 …geom->push_back( osg::RadiansToDegrees( westLon ), osg::RadiansToDegrees( northLat ), center.z());… in createRectangle()
/dports/astro/marble/marble-21.12.3/src/plugins/render/graticule/
H A DGraticulePlugin.cpp473 qreal northLat = ( toNorthLat > +90.0 - northPolarGap ) ? +90.0 - northPolarGap : toNorthLat; in renderLongitudeLine() local
476 GeoDataCoordinates n3( longitude, northLat, 0.0, GeoDataCoordinates::Degree ); in renderLongitudeLine()
480 if ( northLat > 0 && southLat < 0 ) in renderLongitudeLine()
504 qreal northLat = viewLatLonAltBox.north( GeoDataCoordinates::Degree ); in renderLatitudeLines() local
507 qreal northLineLat = step * ( static_cast<int>( northLat / step ) + 1 ); in renderLatitudeLines()
/dports/graphics/qgis/qgis-3.22.3/src/core/proj/
H A Dqgsdatumtransform.cpp335 double northLat = 0; in transformDetailsFromPj() local
336 …if ( proj_get_area_of_use( pjContext, op, &westLon, &southLat, &eastLon, &northLat, &areaOfUseName… in transformDetailsFromPj()
343 details.bounds.setYMaximum( northLat ); in transformDetailsFromPj()
H A Dqgscoordinatereferencesystem.cpp1377 double northLat = 0; in bounds() local
1380 &westLon, &southLat, &eastLon, &northLat, nullptr ) ) in bounds()
1389 rect.setYMaximum( northLat ); in bounds()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsdatumtransform.cpp344 double northLat = 0; in transformDetailsFromPj() local
345 …if ( proj_get_area_of_use( pjContext, op, &westLon, &southLat, &eastLon, &northLat, &areaOfUseName… in transformDetailsFromPj()
352 details.bounds.setYMaximum( northLat ); in transformDetailsFromPj()
H A Dqgscoordinatereferencesystem.cpp1471 double northLat = 0; in bounds() local
1474 &westLon, &southLat, &eastLon, &northLat, nullptr ) ) in bounds()
1483 rect.setYMaximum( northLat ); in bounds()
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/supercluster/
H A DREADME.md48 For the given `bbox` array (`[westLng, southLat, eastLng, northLat]`) and integer `zoom`, returns a…