Home
last modified time | relevance | path

Searched refs:_geod (Results 1 – 7 of 7) sorted by relevance

/dports/astro/geographiclib/GeographicLib-1.52/examples/
H A Dexample-NearestNeighbor.cpp40 Geodesic _geod; member in DistanceCalculator
42 explicit DistanceCalculator(const Geodesic& geod) : _geod(geod) {} in DistanceCalculator()
45 _geod.Inverse(a._lat, a._lon, b._lat, b._lon, d); in operator ()()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/util/
H A DSGReaderWriterOptions.hxx151 { _geod = SGGeod::fromDeg(lon, lat); } in setLocation()
154 { return _geod; } in getLocation()
189 SGGeod _geod; member in simgear::SGReaderWriterOptions
/dports/games/flightgear/flightgear-2020.3.11/utils/fgai/
H A Dfgai.cxx313 _geod(geod), in AIOgel()
325 SGLocationd location(SGVec3d::fromGeod(_geod), SGQuatd::fromLonLat(_geod)); in init()
372 SGGeod _geod; member in fgai::AIOgel
/dports/games/flightgear/flightgear-2020.3.11/src/Navaids/
H A Dwaypoint.hxx94 { return _geod; } in position()
106 SGGeod _geod; member in flightgear::OffsetNavaidWaypoint
H A Dwaypoint.cxx173 _geod = SGGeod::fromGeodFt(offset, _altitudeFt); in init()
/dports/graphics/py-pyproj/pyproj-3.2.1/pyproj/
H A Dgeod.py22 from pyproj._geod import Geod as _Geod
23 from pyproj._geod import GeodIntermediateReturn, geodesic_version_str
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/
H A D_crs.pyx292 #def _geod(self): # to return the pyproj.Geod