Type Alias: FlightPathPlaneState
FlightPathPlaneState =
Pick<FlightPathState,"planePosition"|"planeHeading"|"planeAltitude"|"planeSpeed"|"planeClimbRate"|"planeWindDirection"|"planeWindSpeed"|"desiredTurnRadius"|"desiredHoldTurnRadius"|"desiredCourseReversalTurnRadius"|"desiredTurnAnticipationTurnRadius"|"getPlaneAltitude"|"getPlaneClimbRate"|"getPlaneSpeed"|"getPlaneTrueAirspeed"|"getWindSpeed"|"getWindDirection"|"getTurnAnticipationLimit"|"getDesiredTurnRadius"|"getDesiredHoldTurnRadius"|"getDesiredCourseReversalTurnRadius"|"getDesiredTurnAnticipationTurnRadius">
Defined in: src/sdk/flightplan/flightpath/FlightPathState.ts:147
A description of an airplane state used during lateral flight path calculations.