:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** WsfFormationFlyer ----------------- .. class:: WsfFormationFlyer inherits WsfMover Methods ======= .. method:: void SetLeadAircraft(WsfPlatform aPlatform) .. method:: WsfPlatform GetLeadAircraft() Set/Get the lead aircraft for the formation flyer to follow. .. method:: void SetFormationRollsWithLead(bool aRollsWithLead) .. method:: bool GetFormationRollsWithLead() Set/Get whether the formation flyer should attempt to roll with its lead. .. method:: void SetOffsetFromLeadECS(double aForward, double aRight, double aDown) .. method:: Vec3 GetOffsetFromLeadECS() Set/Get the offset distance in :ref:`ECS` of the lead aircraft. Units: Meters