Home
last modified time | relevance | path

Searched refs:rhumbBearing (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthFeatures/
H A DTessellateOperator.cpp67 double bearing = GeoMath::rhumbBearing( lat1, lon1, lat2, lon2 ); in tessellateGeo()
H A DResampleFilter.cpp152 … double bearing = GeoMath::rhumbBearing(p0Rad.y(), p0Rad.x(), p1Rad.y(), p1Rad.x()); in push()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DGeoMath.cpp196 GeoMath::rhumbBearing(double lat1Rad, double lon1Rad, in rhumbBearing() function in GeoMath
H A DGeoMath174 static double rhumbBearing(double lat1Rad, double lon1Rad,
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dchcanv.cpp7723 double rhumbBearing, rhumbDist, gcBearing, gcDist; in MouseEventProcessObjects() local
7724 … DistanceBearingMercator( rlat, rlon, m_prev_rlat, m_prev_rlon, &rhumbBearing, &rhumbDist ); in MouseEventProcessObjects()
8172 double rhumbBearing, rhumbDist, gcBearing, gcDist; in MouseEventProcessObjects() local
8173 … DistanceBearingMercator( rlat, rlon, m_prev_rlat, m_prev_rlon, &rhumbBearing, &rhumbDist ); in MouseEventProcessObjects()
9715 double rhumbBearing, rhumbDist; in RenderRouteLegs() local
9716 …DistanceBearingMercator( m_cursor_lat, m_cursor_lon, render_lat, render_lon, &rhumbBearing, &rhumb… in RenderRouteLegs()
9717 double brg = rhumbBearing; in RenderRouteLegs()
9726 if( ( render_lat == m_cursor_lat ) && ( render_lon == m_cursor_lon ) ) rhumbBearing = 90.; in RenderRouteLegs()