|
WSF
|
Enumerations | |
| enum | Method { Undefined , BankToTurnNoYaw , BankToTurnWithYaw , YawToTurnNoRoll , YawToTurnRollRate , YawToTurnZeroBank } |
Functions | |
| bool | IsBankToTurn (Method aMethod) |
| bool | IsYawToTurn (Method aMethod) |
| bool wsf::six_dof::Control::IsBankToTurn | ( | Method | aMethod | ) |
References BankToTurnNoYaw, and BankToTurnWithYaw.
Referenced by wsf::six_dof::PilotObject::FlyRates(), wsf::six_dof::CommonController::GetAimHeadingForWaypointNav_deg(), wsf::six_dof::CommonController::ProcessStandardVerticalNavMode_PitchRate(), wsf::six_dof::Mover::Update(), wsf::six_dof::PointMassCommonController::Update(), wsf::six_dof::RigidBodyCommonController::Update(), and wsf::six_dof::PilotObject::UpdateControlInputsUsingCommonControllerData().
| bool wsf::six_dof::Control::IsYawToTurn | ( | Method | aMethod | ) |
References YawToTurnNoRoll, YawToTurnRollRate, and YawToTurnZeroBank.
Referenced by wsf::six_dof::CommonController::CalcAlphaBetaGLimits(), wsf::six_dof::PilotObject::FlyRates(), wsf::six_dof::CommonController::GetAimHeadingForWaypointNav_deg(), wsf::six_dof::RigidBodyCommonController::ProcessStandardLateralNavMode_Beta(), wsf::six_dof::PointMassCommonController::Update(), wsf::six_dof::RigidBodyCommonController::Update(), and wsf::six_dof::PilotObject::UpdateControlInputsUsingCommonControllerData().