Home
last modified time | relevance | path

Searched refs:rhumbDestination (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthFeatures/
H A DTessellateOperator.cpp72 GeoMath::rhumbDestination(lat1, lon1, bearing, interpDistance, lat3, lon3); in tessellateGeo()
H A DResampleFilter.cpp154 … GeoMath::rhumbDestination(p0Rad.y(), p0Rad.x(), bearing, newSegLen, lat, lon); in push()
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/
H A DsphericalBase.py317 def rhumbDestination(self, distance, bearing, radius=R_M, height=None): member in LatLonSphericalBase
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DGeoMath.cpp209 GeoMath::rhumbDestination(double lat1Rad, double lon1Rad, in rhumbDestination() function in GeoMath
H A DGeoMath193 static void rhumbDestination(double lat1Rad, double lon1Rad,
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/test/
H A DtestSpherical.py272 d = p.rhumbDestination(40300, 116.7)