Home
last modified time | relevance | path

Searched refs:headingDeg (Results 1 – 25 of 31) sorted by relevance

12

/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/HUD/
H A DHUD_runway.cxx176 …geo_direct_wgs_84(alt, _runway->latitude(), _runway->longitude(), _runway->headingDeg(), length, &… in get_rwy_points()
179 …geo_direct_wgs_84(alt, _runway->latitude(), _runway->longitude(), _runway->headingDeg() + 180, len… in get_rwy_points()
182 …geo_direct_wgs_84(alt, backLat, backLon, _runway->headingDeg() + 90, width, &tempLat, &tempLon, &a… in get_rwy_points()
185 …geo_direct_wgs_84(alt, backLat, backLon, _runway->headingDeg() - 90, width, &tempLat, &tempLon, &a… in get_rwy_points()
188 …geo_direct_wgs_84(alt, frontLat, frontLon, _runway->headingDeg() - 90, width, &tempLat, &tempLon, … in get_rwy_points()
191 …geo_direct_wgs_84(alt, frontLat, frontLon, _runway->headingDeg() + 90, width, &tempLat, &tempLon, … in get_rwy_points()
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DNavaidDiagram.cxx96 void NavaidDiagram::setHeading(QuantityValue headingDeg) in setHeading() argument
98 m_heading = headingDeg; in setHeading()
H A DBaseDiagram.hxx100 void paintAirplaneIcon(QPainter *painter, const SGGeod &geod, int headingDeg);
101 void paintCarrierIcon(QPainter *painter, const SGGeod &geod, int headingDeg);
H A DAirportDiagram.cxx351 int headingDeg; in paintContents() local
375 p->rotate(r.runway->headingDeg()); in paintContents()
387 p->rotate(recip->headingDeg()); in paintContents()
397 headingDeg = runwaySelection->headingDeg(); in paintContents()
416 paintAirplaneIcon(p, aircraftPos, headingDeg); in paintContents()
H A DBaseDiagram.cxx139 void BaseDiagram::paintAirplaneIcon(QPainter* painter, const SGGeod& geod, int headingDeg) in paintAirplaneIcon() argument
148 painter->rotate(headingDeg); in paintAirplaneIcon()
158 void BaseDiagram::paintCarrierIcon(QPainter* painter, const SGGeod& geod, int headingDeg) in paintCarrierIcon() argument
167 painter->rotate(headingDeg); in paintCarrierIcon()
878 p.rotate(r->headingDeg()); in iconForAirport()
H A DQmlPositioned.cxx300 return runway->headingDeg(); in runwayHeadingDeg()
H A DLocationController.cxx799 … fgSetDouble("/instrumentation/nav[0]/radials/selected-deg", runway->headingDeg()); in setLocationProperties()
1002 … m_config->setArg("nav1", QString("%1:%2").arg(runway->headingDeg()).arg(mhz)); in onCollectConfig()
H A DMapWidget.cxx1470 displayHeading(rwy->headingDeg()), in drawRunway()
1471 displayHeading(rwy->reciprocalRunway()->headingDeg()), in drawRunway()
1569 displayHeading(hp->headingDeg()), in drawHelipad()
/dports/games/flightgear/flightgear-2020.3.11/src/Navaids/
H A DroutePath.cxx355 rwy->headingDeg(), in computeLegCourse()
382 SGGeod pointOnEntryTurnFromHeading(double headingDeg) const in pointOnEntryTurnFromHeading()
386 return SGGeodesy::direct(turnEntryCenter, headingDeg - p, turnRadius); in pointOnEntryTurnFromHeading()
389 SGGeod pointOnExitTurnFromHeading(double headingDeg) const in pointOnExitTurnFromHeading()
392 return SGGeodesy::direct(turnExitCenter, headingDeg - p, turnRadius); in pointOnExitTurnFromHeading()
409 turnExitAngle = next.legCourseTrue - rwy->headingDeg(); in computeTurn()
418 turnExitAngle = next.legCourseTrue - rwy->headingDeg(); in computeTurn()
419 legCourseTrue = rwy->headingDeg(); in computeTurn()
444 … turnExitCenter = turnCenterOverflight(rwy->end(), rwy->headingDeg(), turnExitAngle, turnRadius); in computeTurn()
544 h = rwy->headingDeg(); in turnExitPath()
H A Dnavlist.cxx84 double hdgDiff = crs - r->headingDeg(); in navidUsable()
H A Dwaypoint.cxx230 return _runway->headingDeg(); in headingRadialDeg()
/dports/games/flightgear/flightgear-2020.3.11/test_suite/unit_tests/Instrumentation/
H A Dtest_rnav_procedures.cxx242 pilot->setCourseTrue(depRwy->headingDeg()); in testHeadingToAlt()
334 pilot->setCourseTrue(depRwy->headingDeg()); in testUglyHeadingToAlt()
439 …CPPUNIT_ASSERT_DOUBLES_EQUAL(departureRunway->headingDeg(), m_gpsNode->getDoubleValue("wp/leg-true… in testEGPH_TLA6C()
541 …CPPUNIT_ASSERT_DOUBLES_EQUAL(departureRunway->headingDeg(), m_gpsNode->getDoubleValue("wp/leg-true… in testLFKC_AJO1R()
654 …CPPUNIT_ASSERT_DOUBLES_EQUAL(departureRunway->headingDeg(), m_gpsNode->getDoubleValue("wp/leg-true… in testLEBL_LARP2F()
/dports/games/flightgear/flightgear-2020.3.11/src/Airports/
H A Drunwaybase.hxx71 double headingDeg() const in headingDeg() function in FGRunwayBase
H A Ddynamics.cxx426 double hdgDiff = (b->headingDeg() - a->headingDeg()); in areRunwaysParallel()
439 double hdgDiff = fabs(windHeading - runway->headingDeg()) * SG_DEGREES_TO_RADIANS; in runwayWindScore()
832 rwyHeading = rwy->headingDeg(); in chooseRwyByHeading()
H A Drunwayprefs.cxx256 hdgDiff = fabs(windHeading - rwy->headingDeg()); in setActive()
332 hdgDiff = fabs(windHeading - rwy->headingDeg()); in setActive()
H A Dairport.cxx240 double dev = aHeading - rwy->headingDeg(); in findBestRunwayForHeading()
264 double dev = inboundCourse - rwy->headingDeg(); in findBestRunwayForPos()
669 double hdg = runway->headingDeg() + 90; in validateTowerData()
/dports/games/flightgear/flightgear-2020.3.11/utils/fgviewer/
H A DSlaveCamera.cxx83 SlaveCamera::setViewOffsetDeg(double headingDeg, double pitchDeg, double rollDeg) in setViewOffsetDeg() argument
86 viewOffset.postMultRotate(osg::Quat(SGMiscd::deg2rad(headingDeg), osg::Vec3(0, 1, 0))); in setViewOffsetDeg()
H A DSlaveCamera.hxx57 bool setViewOffsetDeg(double headingDeg, double pitchDeg, double rollDeg);
H A DViewer.cxx167 double headingDeg = cameraNode->getDoubleValue("view-offset/heading-deg", 0); in readCameraConfig() local
170 slaveCamera->setViewOffsetDeg(headingDeg, pitchDeg, rollDeg); in readCameraConfig()
/dports/games/flightgear/flightgear-2020.3.11/src/Network/http/
H A DNavdbUriHandler.cxx188 cJSON_AddItemToObject(runwayJson, "heading_deg", cJSON_CreateNumber(runway->headingDeg())); in addAirportProperties()
199 longestRunwayHeading = runway->headingDeg(); in addAirportProperties()
/dports/games/flightgear/flightgear-2020.3.11/src/Cockpit/
H A Dgroundradar.cxx143 osg::Vec3 leftcenter = fromPolar(aRunway->headingDeg(), aRunway->lengthM() * aScale / 2) + center; in addRunwayVertices()
144 …osg::Vec3 lefttop = fromPolar(aRunway->headingDeg() - 90, aRunway->widthM() * aScale / 2) + leftce… in addRunwayVertices()
H A DNavDisplay.cxx378 headingDeg(h), in SymbolInstance()
385 double headingDeg; member in SymbolInstance
807 osg::Matrixf m(degRotation(sym->headingDeg - _view_heading)); in addSymbolToScene()
835 osg::Matrixf m(degRotation(sym->headingDeg - _view_heading)); in addSymbolToScene()
1229 heading = rwy->headingDeg(); in computePositionedPropsAndHeading()
/dports/games/flightgear/flightgear-2020.3.11/src/Main/
H A Dpositioninit.cxx208 return std::make_tuple(pos, runway->headingDeg()); in runwayStartPos()
306 fgApplyStartOffset(h->geod(), h->headingDeg()); in fgSetPosFromAirportIDandRwy()
/dports/games/flightgear/flightgear-2020.3.11/test_suite/unit_tests/Main/
H A Dtest_posinit.cxx313 double crs = FGAirport::getByIdent("EDDF")->getRunwayByIdent("25C")->headingDeg() -180.0; in testAirportRunwayOffsetGlideslopeStartup()
344 double crs = FGAirport::getByIdent("EDDF")->getRunwayByIdent("25C")->headingDeg() -180.0; in testAirportRunwayOffsetAltitudeStartup()
/dports/games/flightgear/flightgear-2020.3.11/src/Autopilot/
H A Droute_mgr.cxx928 double course = aRunway->headingDeg(); in createDefaultSID()
1080 double course = aRunway->headingDeg(); in createDefaultApproach()

12